Remove mention
This commit is contained in:
parent
5d9dd0dc51
commit
a4b81a45cc
2
bot.py
2
bot.py
@ -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")
|
||||||
|
Loading…
Reference in New Issue
Block a user