Browse Source

Add versionadded for guild_subscriptions option.

pull/2266/head
Rapptz 6 years ago
parent
commit
ca2ee0655d
  1. 2
      discord/client.py

2
discord/client.py

@ -155,6 +155,8 @@ class Client:
guild_subscriptions: :class:`bool` guild_subscriptions: :class:`bool`
Whether to dispatching of presence or typing events. Defaults to ``True``. Whether to dispatching of presence or typing events. Defaults to ``True``.
.. versionadded:: 1.3
.. warning:: .. warning::
If this is set to ``False`` then the following features will be disabled: If this is set to ``False`` then the following features will be disabled:

Loading…
Cancel
Save