diff --git a/app/bot.py b/app/bot.py index b870f535..5c89d718 100755 --- a/app/bot.py +++ b/app/bot.py @@ -67,7 +67,7 @@ async def he_just_like_me(ctx): @bot.listen("on_message") async def did_you_mean(ctx): - if ctx.message.author.id != core_utils.my_id: + if ctx.author.id != core_utils.my_id: message = ctx.content command = ctx.content.split()[0][1:]