mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-10 08:33:30 +01:00
do more docs
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user