Skip to content

Commit 1ebf3ab

Browse files
Update bot.py (#944)
1 parent e50c239 commit 1ebf3ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

discord/bot.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1406,12 +1406,12 @@ class Bot(BotBase, Client):
14061406
Guild IDs of guilds to use for testing commands. This is similar to debug_guild.
14071407
The bot will not create any global commands if a debug_guilds is passed.
14081408
1409-
..versionadded:: 2.0
1409+
.. versionadded:: 2.0
14101410
auto_sync_commands: :class:`bool`
14111411
Whether or not to automatically sync slash commands. This will call sync_commands in on_connect, and in
14121412
:attr:`.process_application_commands` if the command is not found. Defaults to ``True``.
14131413
1414-
..versionadded:: 2.0
1414+
.. versionadded:: 2.0
14151415
"""
14161416

14171417
pass

0 commit comments

Comments
 (0)