Webpack build for branch master: 3767b35189

This commit is contained in:
Travis CI 2017-09-10 12:29:14 +00:00
parent e697fa68c1
commit ad5ce704a1
2 changed files with 2 additions and 3 deletions

View file

@ -6183,8 +6183,7 @@ class GuildChannel extends Channel {
* @readonly
*/
get deletable() {
return this.id !== this.guild.id &&
this.permissionsFor(this.client.user).has(Permissions.FLAGS.MANAGE_CHANNELS);
return this.permissionsFor(this.client.user).has(Permissions.FLAGS.MANAGE_CHANNELS);
}
/**

File diff suppressed because one or more lines are too long