remove banner on v6
This commit is contained in:
parent
fc40a3757d
commit
2e942c8fae
@ -433,6 +433,7 @@ export async function onIdentify(this: WebSocket, data: Payload) {
|
|||||||
|
|
||||||
return {
|
return {
|
||||||
...g.toJSON(),
|
...g.toJSON(),
|
||||||
|
banner: null, // dumb crash fix
|
||||||
joined_at: member.joined_at,
|
joined_at: member.joined_at,
|
||||||
channels: g.channels,
|
channels: g.channels,
|
||||||
roles: g.roles,
|
roles: g.roles,
|
||||||
|
|||||||
Reference in New Issue
Block a user