fixed a typo
This commit is contained in:
parent
e3594ef9fb
commit
41b1765d77
|
@ -1754,7 +1754,7 @@ async def on_reaction_add(reaction, user):
|
|||
@client.event
|
||||
async def on_message(msg):
|
||||
|
||||
if msg.author == client.user or not msg.webhook_id is None or msg.author.id in congfig()["blacklist"]:
|
||||
if msg.author == client.user or not msg.webhook_id is None or msg.author.id in config()["blacklist"]:
|
||||
return
|
||||
|
||||
command_b = False
|
||||
|
|
Loading…
Reference in a new issue