diff options
| author | apple502j <[email protected]> | 2021-04-14 13:47:46 +0900 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-04-14 00:47:46 -0400 |
| commit | dea92a69dc47d629845aaf7eea068e33252c8d86 (patch) | |
| tree | d50bae9904330f1113d9b263fadd68759e1ec03d /discord/state.py | |
| parent | Add StageChannel to abc.GuildChannel docs (diff) | |
| download | discord.py-dea92a69dc47d629845aaf7eea068e33252c8d86.tar.xz discord.py-dea92a69dc47d629845aaf7eea068e33252c8d86.zip | |
Remove support for guild subscriptions
Diffstat (limited to 'discord/state.py')
| -rw-r--r-- | discord/state.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/discord/state.py b/discord/state.py index c75babb9..5650f1eb 100644 --- a/discord/state.py +++ b/discord/state.py @@ -120,7 +120,6 @@ class ConnectionState: if self.guild_ready_timeout < 0: raise ValueError('guild_ready_timeout cannot be negative') - self.guild_subscriptions = options.get('guild_subscriptions', True) allowed_mentions = options.get('allowed_mentions') if allowed_mentions is not None and not isinstance(allowed_mentions, AllowedMentions): |