Skip to content

Commit

Permalink
Merge branch 'master' into feat/embeds
Browse files Browse the repository at this point in the history
  • Loading branch information
Snipy7374 authored Nov 16, 2024
2 parents 484995f + 179de79 commit 6e29620
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion disnake/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -1272,7 +1272,12 @@ def run(self, *args: Any, **kwargs: Any) -> None:
This function must be the last function to call due to the fact that it
is blocking. That means that registration of events or anything being
called after this function call will not execute until it returns.
called after this function call will not execute until it returns
Parameters
----------
token: :class:`str`
The discord token of the bot that is being ran.
"""
loop = self.loop

Expand Down

0 comments on commit 6e29620

Please sign in to comment.