more generous role match function

This commit is contained in:
Bibin Muttappillil 2020-04-15 01:10:27 +02:00
parent e0029118f9
commit 240ad44e4c
2 changed files with 4 additions and 6 deletions

View file

@ -159,6 +159,6 @@ async def logout(ctx):
@developer
async def debug(ctx):
print("DEBUG")
print(ctx.message.author.id)
print(ctx.message.content)
bot.run(TOKEN)