From 62cba2e14850645254cb345d36ac5fb19c76a22a Mon Sep 17 00:00:00 2001 From: izexi <43889168+izexi@users.noreply.github.com> Date: Thu, 11 Apr 2019 09:10:31 +0100 Subject: [PATCH] docs(GuildChannel): fix setPosition's reason type (#3199) --- src/structures/GuildChannel.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/structures/GuildChannel.js b/src/structures/GuildChannel.js index 9904e4c14..694fdf02e 100644 --- a/src/structures/GuildChannel.js +++ b/src/structures/GuildChannel.js @@ -391,7 +391,7 @@ class GuildChannel extends Channel { * @param {number} position The new position for the guild channel * @param {Object} [options] Options for setting position * @param {boolean} [options.relative=false] Change the position relative to its current value - * @param {boolean} [options.reason] Reason for changing the position + * @param {string} [options.reason] Reason for changing the position * @returns {Promise} * @example * // Set a new channel position