diff --git a/bot.py b/bot.py index 1d8bb4a..4000fc5 100644 --- a/bot.py +++ b/bot.py @@ -27,7 +27,7 @@ class DiscordClient(commands.Bot): self.secret_key = secret_key self.StartUpPreloadStats() ################################################### - super().__init__(intents=discord.Intents.all()) + super().__init__(command_prefix="!", intents=discord.Intents.all()) self.tree = app_commands.CommandTree(self) self.load_extensions(['user_ext', 'admin_ext', 'other_ext']) ###################################################