diff options
author | Madeline <46743919+MaddyUnderStars@users.noreply.github.com> | 2022-03-09 22:35:00 +1100 |
---|---|---|
committer | Madeline <46743919+MaddyUnderStars@users.noreply.github.com> | 2022-03-09 22:35:00 +1100 |
commit | e1f9839685a969256fb3d6bfeb41fbed46599926 (patch) | |
tree | 95b74d9d3010d80125cdfe9e318792fe09f9c593 /gateway | |
parent | Added preferred_region optional property of VoiceStateUpdateSchema to allow e... (diff) | |
parent | Merge pull request #675 from nobodylabs/fix/ban-list (diff) | |
download | server-e1f9839685a969256fb3d6bfeb41fbed46599926.tar.xz |
Merge branch 'master' into maddyrtc
Diffstat (limited to 'gateway')
-rw-r--r-- | gateway/src/opcodes/Identify.ts | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gateway/src/opcodes/Identify.ts b/gateway/src/opcodes/Identify.ts index 904aa963..eb15c28f 100644 --- a/gateway/src/opcodes/Identify.ts +++ b/gateway/src/opcodes/Identify.ts @@ -240,8 +240,6 @@ export async function onIdentify(this: WebSocket, data: Payload) { x.guild_hashes = {}; // @ts-ignore x.guild_scheduled_events = []; // @ts-ignore x.threads = []; - x.premium_subscription_count = 30; - x.premium_tier = 3; return x; }), guild_experiments: [], // TODO |