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