This commit is contained in:
2021-08-07 14:58:24 +02:00
parent bcf6ac39bb
commit 5d86c9eb40
3 changed files with 66 additions and 1 deletions

View File

@@ -30,7 +30,7 @@ class Games(commands.Cog):
msg = f'Rolling %s for {ctx.message.author.mention}: `%s`'.format(roll) % (param,roll)
logline = f'Rolling %s for {ctx.message.author}: `%s`'.format(roll) % (param,roll)
logger.info(logline)
await ctx.message.channel.send(msg)
await ctx.send(msg)
@commands.command()