mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-11 17:13:31 +01:00
Finish renaming setChannelTopic
This commit is contained in:
@@ -450,7 +450,7 @@ var Client = (function (_EventEmitter) {
|
||||
return this.internal.sendTyping(channel).then(dataCallback(callback), errorCallback(callback));
|
||||
};
|
||||
|
||||
// def setTopic
|
||||
// def setChannelTopic
|
||||
|
||||
Client.prototype.setChannelTopic = function setChannelTopic(channel, topic) {
|
||||
var callback = arguments.length <= 2 || arguments[2] === undefined ? function () /*err, {}*/{} : arguments[2];
|
||||
|
||||
Reference in New Issue
Block a user