mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-15 11:03:30 +01:00
fix: GuildMember#toJSON not having roles (#2520)
This commit is contained in:
@@ -440,6 +440,7 @@ class GuildMember extends Base {
|
|||||||
speaking: false,
|
speaking: false,
|
||||||
lastMessage: false,
|
lastMessage: false,
|
||||||
lastMessageID: false,
|
lastMessageID: false,
|
||||||
|
roles: true,
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user