mirror of
https://github.com/danbulant/discord.js
synced 2026-06-07 08:41:29 +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,
|
speaking: false,
|
||||||
lastMessage: false,
|
lastMessage: false,
|
||||||
lastMessageID: false,
|
lastMessageID: false,
|
||||||
|
roles: true,
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue