Remove mention

This commit is contained in:
tropii 2023-11-24 19:48:49 -05:00
parent 5d9dd0dc51
commit a4b81a45cc

2
bot.py
View File

@ -45,7 +45,7 @@ intents.members = True
# create the bot # create the bot
class MyBot(commands.Bot): class MyBot(commands.Bot):
def __init__(self): 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.synced = False
self.warnings = {} self.warnings = {}
self.remove_command("help") self.remove_command("help")