mirror of
https://github.com/Matthww/TuneBot.git
synced 2026-09-22 00:17:50 +00:00
Readjusted slash_command bot kwarg
This commit is contained in:
@@ -102,7 +102,7 @@ class TuneBot(commands.Bot):
|
|||||||
case_insensitive=False,
|
case_insensitive=False,
|
||||||
fetch_offline_members=False,
|
fetch_offline_members=False,
|
||||||
intents=intents,
|
intents=intents,
|
||||||
slash_commands=False,
|
slash_commands=True,
|
||||||
slash_command_guilds=slash_guilds,
|
slash_command_guilds=slash_guilds,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user