summary refs log tree commit diff
path: root/gateway/src
diff options
context:
space:
mode:
authorNobody <17956512+n0bodysec@users.noreply.github.com>2022-03-08 12:15:38 -0300
committerGitHub <noreply@github.com>2022-03-08 12:15:38 -0300
commitc1b22dc541499c667b50743d1ffa3c0d968dad4b (patch)
tree7a071e4bde02eb5808c4ac7917d67677a844ebe2 /gateway/src
parentfix(api): working ban list (diff)
parentTemporary notes fix (diff)
downloadserver-c1b22dc541499c667b50743d1ffa3c0d968dad4b.tar.xz
Merge branch 'master' into fix/ban-list
Diffstat (limited to 'gateway/src')
-rw-r--r--gateway/src/opcodes/Identify.ts2
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