diff --git a/Jan/dbtest command.py b/Jan/dbtest command.py index 86c6bce..ce2c3c9 100644 --- a/Jan/dbtest command.py +++ b/Jan/dbtest command.py @@ -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