diff options
author | Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> | 2021-09-03 15:27:00 +0200 |
---|---|---|
committer | Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> | 2021-09-03 15:27:00 +0200 |
commit | c944babc9695cd012b4a032b7dd4224ec19003f2 (patch) | |
tree | bb8bdc42f5720045017846c7a41ac9ec0b6dae70 /gateway | |
parent | :bug: fix member roles + list (diff) | |
download | server-c944babc9695cd012b4a032b7dd4224ec19003f2.tar.xz |
:bug: fix #311
Diffstat (limited to 'gateway')
-rw-r--r-- | gateway/src/opcodes/Identify.ts | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/gateway/src/opcodes/Identify.ts b/gateway/src/opcodes/Identify.ts index 2b2c31c5..cd09653f 100644 --- a/gateway/src/opcodes/Identify.ts +++ b/gateway/src/opcodes/Identify.ts @@ -138,12 +138,7 @@ export async function onIdentify(this: WebSocket, data: Payload) { // @ts-ignore guilds: guilds.map((x) => { // @ts-ignore - x.guild_hashes = { - channels: { omitted: false, hash: "y4PV2fZ0gmo" }, - metadata: { omitted: false, hash: "bs1/ckvud3Y" }, - roles: { omitted: false, hash: "SxA+c5CaYpo" }, - version: 1, - }; + x.guild_hashes = {}; return x; }), guild_experiments: [], // TODO |