diff options
Diffstat (limited to 'discord/integrations.py')
| -rw-r--r-- | discord/integrations.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/discord/integrations.py b/discord/integrations.py index 2035b24d..b7dd4399 100644 --- a/discord/integrations.py +++ b/discord/integrations.py @@ -70,7 +70,7 @@ class Integration: Where the integration is currently syncing. role: :class:`Role` The role which the integration uses for subscribers. - enable_emoticons: :class:`bool` + enable_emoticons: Optional[:class:`bool`] Whether emoticons should be synced for this integration (currently twitch only). expire_behaviour: :class:`ExpireBehaviour` The behaviour of expiring subscribers. Aliased to ``expire_behavior`` as well. |