Merge pull request #1025 from ochen1/patch-2
Send guild name and icon of guild through Identify gateway opcode
This commit is contained in:
commit
6dfe88d61b
@ -295,6 +295,8 @@ export async function onIdentify(this: WebSocket, data: Payload) {
|
|||||||
...new ReadyGuildDTO(x).toJSON(),
|
...new ReadyGuildDTO(x).toJSON(),
|
||||||
guild_hashes: {},
|
guild_hashes: {},
|
||||||
joined_at: x.joined_at,
|
joined_at: x.joined_at,
|
||||||
|
name: x.name,
|
||||||
|
icon: x.icon,
|
||||||
};
|
};
|
||||||
}),
|
}),
|
||||||
guild_experiments: [], // TODO
|
guild_experiments: [], // TODO
|
||||||
|
Loading…
x
Reference in New Issue
Block a user