updated debug command

This commit is contained in:
Jan Metzler 2020-12-21 21:21:30 +01:00
parent df1e00e03c
commit 4a36a6404f
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ def get_question(q_id):
@bot.command()
async def debug(ctx):
for i in users:
await ctx.send(f"Question:{i.id}, Name:{i.name}, Channel:{i.channel}")
await ctx.send(f"Question:{i.question}, Name:{i.name}, Channel:{i.channel}")
return