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/gateway.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/gateway.py')
| -rw-r--r-- | discord/gateway.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/discord/gateway.py b/discord/gateway.py index 4e9e926e..73554493 100644 --- a/discord/gateway.py +++ b/discord/gateway.py @@ -373,7 +373,6 @@ class DiscordWebSocket: }, 'compress': True, 'large_threshold': 250, - 'guild_subscriptions': self._connection.guild_subscriptions, 'v': 3 } } |