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
commitb9be054241786361cfbb678d5b4a1cc580d3eb22 (patch)
tree50abc4b69194837f8087e7d6580e993869cc68bb /gateway/src
parentfix(api): working ban list (diff)
parentTemporary notes fix (diff)
downloadserver-b9be054241786361cfbb678d5b4a1cc580d3eb22.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