Readjusted slash_command bot kwarg

This commit is contained in:
2021-12-06 21:02:10 +01:00
parent 0dc2e0a7ca
commit fdc9dc16ed
+1 -1
View File
@@ -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,
)