fix chedck for author in did you mean
This commit is contained in:
parent
b5d91f6c77
commit
ce1135976e
@ -67,7 +67,7 @@ async def he_just_like_me(ctx):
|
|||||||
|
|
||||||
@bot.listen("on_message")
|
@bot.listen("on_message")
|
||||||
async def did_you_mean(ctx):
|
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
|
message = ctx.content
|
||||||
command = ctx.content.split()[0][1:]
|
command = ctx.content.split()[0][1:]
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user