mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-10 16:43:31 +01:00
setChannelTopic, not setTopic
This commit is contained in:
@@ -19,7 +19,7 @@ export default class TextChannel extends ServerChannel{
|
||||
}
|
||||
|
||||
setTopic(){
|
||||
return this.client.setTopic.apply(this.client, reg(this, arguments));
|
||||
return this.client.setChannelTopic.apply(this.client, reg(this, arguments));
|
||||
}
|
||||
|
||||
setNameAndTopic(){
|
||||
|
||||
Reference in New Issue
Block a user