diff --git a/bot.py b/bot.py index dc14049..fe670b4 100644 --- a/bot.py +++ b/bot.py @@ -102,7 +102,7 @@ class TuneBot(commands.Bot): case_insensitive=False, fetch_offline_members=False, intents=intents, - slash_commands=False, + slash_commands=True, slash_command_guilds=slash_guilds, )