Skip to content

Commit

Permalink
docs: fix typo (#2401)
Browse files Browse the repository at this point in the history
  • Loading branch information
JustaSqu1d committed Mar 20, 2024
1 parent 43a9ee7 commit 6f1ad85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion discord/bot.py
Expand Up @@ -680,7 +680,7 @@ async def sync_commands(
register all commands.
By default, this coroutine is called inside the :func:`.on_connect` event. If you choose to override the
:func:`.on_connect` event, then you should invoke this coroutine as well such as the follwing:
:func:`.on_connect` event, then you should invoke this coroutine as well such as the following:
.. code-block:: python
Expand Down

0 comments on commit 6f1ad85

Please sign in to comment.