mirror of
https://github.com/danbulant/discord.js
synced 2026-05-24 12:35:53 +00:00
fix doc issue with role
This commit is contained in:
parent
aef0b83c34
commit
14b8360453
2 changed files with 2 additions and 2 deletions
File diff suppressed because one or more lines are too long
|
|
@ -168,7 +168,7 @@ class GuildChannel extends Channel {
|
|||
* @returns {Promise<GuildChannel>}
|
||||
* @example
|
||||
* // set a new channel name
|
||||
* channel.setName('not general')
|
||||
* channel.setName('not_general')
|
||||
* .then(newChannel => console.log(`Channel's new name is ${newChannel.name}`))
|
||||
* .catch(console.log);
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in a new issue