diff options
author | Madeline <46743919+MaddyUnderStars@users.noreply.github.com> | 2022-04-11 00:25:53 +1000 |
---|---|---|
committer | Madeline <46743919+MaddyUnderStars@users.noreply.github.com> | 2022-04-11 00:26:33 +1000 |
commit | cf9a92383806561ed311634c41a5a1376304d2de (patch) | |
tree | 076c5db27a6c51ae7959c2b9dd4d5dc220981d28 /gateway/src/opcodes | |
parent | Merge branch 'master' into fix/claim_accounts (diff) | |
parent | Update Guild.ts (diff) | |
download | server-cf9a92383806561ed311634c41a5a1376304d2de.tar.xz |
Merge branch 'master' into fix/claim_accounts
Diffstat (limited to 'gateway/src/opcodes')
-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 |