From 41b1765d77748a7f6ecd5ad45fb6350d03df42f2 Mon Sep 17 00:00:00 2001 From: Sakimori Date: Sun, 15 Aug 2021 19:54:37 -0400 Subject: [PATCH] fixed a typo --- the_prestige.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/the_prestige.py b/the_prestige.py index 435efa0..9db3c39 100644 --- a/the_prestige.py +++ b/the_prestige.py @@ -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