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