Webpack build for branch 11.3.1-dev: 932980e91f

This commit is contained in:
Travis CI 2018-01-16 14:35:00 +00:00
parent 5a43fbc1f2
commit 5b85d297b9
2 changed files with 2 additions and 2 deletions

View file

@ -17416,7 +17416,7 @@ class RESTMethods {
if (allow instanceof Array) allow = Permissions.resolve(allow);
if (deny instanceof Array) deny = Permissions.resolve(deny);
const role = this.client.resolver.resolveRole(this, overwrite.id);
const role = this.client.resolver.resolveRole(guild, overwrite.id);
if (role) {
overwrite.id = role.id;
overwrite.type = 'role';

File diff suppressed because one or more lines are too long