do more docs

This commit is contained in:
Amish Shah
2016-08-18 13:22:32 +01:00
parent 0ac66287d7
commit 3d3766f129
4 changed files with 35 additions and 5 deletions

View File

@@ -207,10 +207,6 @@ class GuildChannel extends Channel {
return this.rest.client.rest.methods.updateChannel(this, { topic });
}
setBitrate(bitrate) {
return this.rest.client.rest.methods.updateChannel(this, { bitrate });
}
/**
* When concatenated with a String, this automatically concatenates the Channel's name instead of the Channel object.
* @returns {String}