Webpack build for branch master: e5386e33a8

This commit is contained in:
Travis CI 2017-08-04 08:24:36 +00:00
parent 527b7cfeac
commit 25c4239675
2 changed files with 1 additions and 10 deletions

View file

@ -6250,15 +6250,6 @@ class Guild {
return this.client.voice.connections.get(this.id) || null;
}
/**
* The `#general` TextChannel of the guild
* @type {TextChannel}
* @readonly
*/
get defaultChannel() {
return this.channels.get(this.id);
}
/**
* The position of this guild
* <warn>This is only available when using a user account.</warn>

File diff suppressed because one or more lines are too long