From a4b81a45cc8406dfce56498e0ea9bd4bce5c7d94 Mon Sep 17 00:00:00 2001 From: tropii <97747461+TropiiDev@users.noreply.github.com> Date: Fri, 24 Nov 2023 19:48:49 -0500 Subject: [PATCH] Remove mention --- bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot.py b/bot.py index 25aecf3..097408d 100644 --- a/bot.py +++ b/bot.py @@ -45,7 +45,7 @@ intents.members = True # create the bot class MyBot(commands.Bot): def __init__(self): - super().__init__(command_prefix=commands.when_mentioned_or(get_server_prefix), intents = intents) + super().__init__(command_prefix=get_server_prefix, intents = intents) self.synced = False self.warnings = {} self.remove_command("help")