diff options
| author | Josh <[email protected]> | 2020-08-05 11:47:33 +1000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-08-04 21:47:33 -0400 |
| commit | a947c7a6ec89aca1365e46525fc4528f3893fcf5 (patch) | |
| tree | 562edfe8707bc5cbb1223c050c69d2b33e1405d2 | |
| parent | Fix AttributeError when fetching reactions without cache (diff) | |
| download | discord.py-a947c7a6ec89aca1365e46525fc4528f3893fcf5.tar.xz discord.py-a947c7a6ec89aca1365e46525fc4528f3893fcf5.zip | |
Fix gramatical error in Client guild_subscriptions docs
| -rw-r--r-- | discord/client.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/discord/client.py b/discord/client.py index b6a54450..435336c3 100644 --- a/discord/client.py +++ b/discord/client.py @@ -165,7 +165,7 @@ class Client: .. versionadded:: 1.4 guild_subscriptions: :class:`bool` - Whether to dispatching of presence or typing events. Defaults to ``True``. + Whether to dispatch presence or typing events. Defaults to ``True``. .. versionadded:: 1.3 |