mirror of
https://github.com/tiramisulabs/seyfert.git
synced 2025-07-04 05:56:09 +00:00
fix: Guild.roles
This commit is contained in:
parent
a465215d2f
commit
a6f6002fdf
@ -562,7 +562,7 @@ export class Guild extends BaseGuild implements Model {
|
|||||||
);
|
);
|
||||||
|
|
||||||
this.roles = new Map(
|
this.roles = new Map(
|
||||||
data.roles.map(role => [data.id, new Role(session, role, data.id)])
|
data.roles.map(role => [role.id, new Role(session, role, data.id)])
|
||||||
);
|
);
|
||||||
|
|
||||||
this.emojis = new Map(
|
this.emojis = new Map(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user