mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-12 01:23:31 +01:00
ServerRoleCreate listener
This commit is contained in:
@@ -63,7 +63,7 @@ var Server = (function (_Equality) {
|
||||
});
|
||||
|
||||
data.roles.forEach(function (dataRole) {
|
||||
_this.roles.add(new Role(dataRole, _this));
|
||||
_this.roles.add(new Role(dataRole, _this, client));
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user