Fix guild.createChannel docs

This commit is contained in:
Amish Shah
2016-08-17 19:18:39 +01:00
parent 614c488f96
commit 79ea663afe
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@@ -290,7 +290,7 @@ class Guild {
/**
* Creates a new Channel in the Guild.
* @param {String} name the name of the new channel.
* @param {any} type the type of the new channel, either `text` or `voice`.
* @param {String} type the type of the new channel, either `text` or `voice`.
* @returns {Promise<TextChannel|VoiceChannel, Error>}
* @example
* // create a new text channel