mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-10 16:43:31 +01:00
Finish renaming setChannelTopic
This commit is contained in:
@@ -933,7 +933,7 @@ export default class InternalClient {
|
||||
return this.updateDetails({username});
|
||||
}
|
||||
|
||||
//def setTopic
|
||||
//def setChannelTopic
|
||||
setChannelTopic(chann, topic = "") {
|
||||
return this.resolver.resolveChannel(chann)
|
||||
.then(channel =>
|
||||
|
||||
Reference in New Issue
Block a user