We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e50c239 commit 1ebf3abCopy full SHA for 1ebf3ab
discord/bot.py
@@ -1406,12 +1406,12 @@ class Bot(BotBase, Client):
1406
Guild IDs of guilds to use for testing commands. This is similar to debug_guild.
1407
The bot will not create any global commands if a debug_guilds is passed.
1408
1409
- ..versionadded:: 2.0
+ .. versionadded:: 2.0
1410
auto_sync_commands: :class:`bool`
1411
Whether or not to automatically sync slash commands. This will call sync_commands in on_connect, and in
1412
:attr:`.process_application_commands` if the command is not found. Defaults to ``True``.
1413
1414
1415
"""
1416
1417
pass
0 commit comments