docs: improvements & examples

This commit is contained in:
Lewdcario
2018-03-01 20:47:18 -06:00
parent acdf43a872
commit fcdffcf623
3 changed files with 16 additions and 2 deletions

View File

@@ -263,7 +263,7 @@ class GuildChannel extends Channel {
/**
* Set a new parent for the guild channel.
* @param {GuildChannel|SnowFlake} parent The new parent for the guild channel
* @param {CategoryChannel|SnowFlake} parent The new parent for the guild channel
* @param {string} [reason] Reason for changing the guild channel's parent
* @returns {Promise<GuildChannel>}
* @example