fix chedck for author in did you mean

This commit is contained in:
Luke Robles 2023-01-12 11:30:58 -08:00
parent 85e5e8a2df
commit 35a3e32409

View File

@ -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:]