diff options
author | Nobody <git@n0bodysec.com> | 2022-03-08 05:07:39 -0300 |
---|---|---|
committer | Erkin Alp Güney <erkinalp9035@gmail.com> | 2022-03-08 18:05:41 +0300 |
commit | 22467f2596904007b66b20148d9cb600d5df0979 (patch) | |
tree | 21af8e9b2198c6263e3f09f5bb84ff26df961400 | |
parent | Fix bans list (#674) (diff) | |
download | server-22467f2596904007b66b20148d9cb600d5df0979.tar.xz |
refactor(gateway): delete hardcoded guild boosts
Since you can set `premium_subscription_count` and `premium_tier` by editing the database (and it works fine), this should not be hardcoded.
-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 |