From 266ac1c659d9b40a8a7a944e26daf3cee2381b1c Mon Sep 17 00:00:00 2001 From: anandre <38661761+anandre@users.noreply.github.com> Date: Wed, 10 Apr 2019 14:40:22 -0500 Subject: [PATCH] docs(Role): fix setPosition's reason type (#3198) --- src/structures/Role.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/structures/Role.js b/src/structures/Role.js index 87cca568a..45b4ed317 100644 --- a/src/structures/Role.js +++ b/src/structures/Role.js @@ -298,7 +298,7 @@ class Role extends Base { * @param {number} position The position of the role * @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 the position of the role