diff options
| author | Steve C <[email protected]> | 2017-08-27 02:46:35 -0400 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2017-08-27 16:08:06 -0400 |
| commit | 4d421377e493b4491bbbef99782867103f5ae2a1 (patch) | |
| tree | a39e80020c9b58735d6432c644ae6a5b8d470187 /docs | |
| parent | Add pinning to manage_messages doc (diff) | |
| download | discord.py-4d421377e493b4491bbbef99782867103f5ae2a1.tar.xz discord.py-4d421377e493b4491bbbef99782867103f5ae2a1.zip | |
Fix on_guild_join param doc
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/api.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/api.rst b/docs/api.rst index cd163d80..14381d64 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -423,7 +423,7 @@ to handle it, which defaults to print a traceback and ignoring the exception. Called when a :class:`Guild` is either created by the :class:`Client` or when the :class:`Client` joins a guild. - :param guild: The class:`Guild` that was joined. + :param guild: The :class:`Guild` that was joined. .. function:: on_guild_remove(guild) |