fix doc issue with role

This commit is contained in:
Amish Shah
2016-09-24 19:47:45 +01:00
parent aef0b83c34
commit 14b8360453
2 changed files with 2 additions and 2 deletions

View File

@@ -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);
*/