Merge pull request #1025 from ochen1/patch-2

Send guild name and icon of guild through Identify gateway opcode
This commit is contained in:
Madeline 2023-04-10 17:30:19 +10:00 committed by GitHub
commit 6dfe88d61b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -295,6 +295,8 @@ export async function onIdentify(this: WebSocket, data: Payload) {
...new ReadyGuildDTO(x).toJSON(),
guild_hashes: {},
joined_at: x.joined_at,
name: x.name,
icon: x.icon,
};
}),
guild_experiments: [], // TODO