Fix some Gus stuff

This commit is contained in:
Schuyler Cebulskie
2016-12-14 12:37:23 -05:00
parent 8139bef4e2
commit 4e76251aa2
2 changed files with 4 additions and 6 deletions

View File

@@ -567,8 +567,7 @@ class Guild {
* Creates a new channel in the guild.
* @param {string} name The name of the new channel
* @param {string} type The type of the new channel, either `text` or `voice`
* @param {Array.<PermissionsOverwrites|Object>} overwrites
* Permissions overwrites to apply to the new channel
* @param {Array<PermissionOverwrites|Object>} overwrites Permission overwrites to apply to the new channel
* @returns {Promise<TextChannel|VoiceChannel>}
* @example
* // create a new text channel