From fdc9dc16ed0a7debb7025f203530768859eab104 Mon Sep 17 00:00:00 2001 From: strNophix Date: Mon, 6 Dec 2021 21:02:10 +0100 Subject: [PATCH] Readjusted slash_command bot kwarg --- bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, )