Browse Source
Fix gramatical error in Client guild_subscriptions docs
pull/5193/head
Josh
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
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 |
|
|
|
|
|
|
|