mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-12 17:43:30 +01:00
Added deleting of roles
This commit is contained in:
@@ -38,7 +38,7 @@ var Server = (function () {
|
||||
|
||||
var permissionGroup = _ref;
|
||||
|
||||
this.roles.push(new ServerPermissions(permissionGroup));
|
||||
this.roles.push(new ServerPermissions(permissionGroup, this));
|
||||
}
|
||||
|
||||
if (!data.members) {
|
||||
|
||||
Reference in New Issue
Block a user