mirror of
https://github.com/danbulant/discord.js
synced 2026-05-27 22:11:53 +00:00
fix: GuildMember#toJSON not having roles (#2520)
This commit is contained in:
parent
934e90b921
commit
5acf4061e8
1 changed files with 1 additions and 0 deletions
|
|
@ -440,6 +440,7 @@ class GuildMember extends Base {
|
|||
speaking: false,
|
||||
lastMessage: false,
|
||||
lastMessageID: false,
|
||||
roles: true,
|
||||
});
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue