diff --git a/src/main.py b/src/main.py index 8a71588..033f7f0 100644 --- a/src/main.py +++ b/src/main.py @@ -10,7 +10,7 @@ customPrefix = os.environ['PREFIX'] customTimezone = os.environ['TIMEZONE'] client = commands.Bot(command_prefix = customPrefix, case_insensitive = True, intents = discord.Intents.all()) -slash = SlashCommand(client, sync_commands = True, sync_on_cog_reload = True) +slash = SlashCommand(client, sync_commands = True) client.load_extension("cogs.help") client.load_extension("cogs.utils")