updated debug command
parent
df1e00e03c
commit
4a36a6404f
|
@ -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
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue