mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-17 20:13:30 +01:00
docs(GuildChannel): fix setPosition's reason type (#3199)
This commit is contained in:
@@ -391,7 +391,7 @@ class GuildChannel extends Channel {
|
|||||||
* @param {number} position The new position for the guild channel
|
* @param {number} position The new position for the guild channel
|
||||||
* @param {Object} [options] Options for setting position
|
* @param {Object} [options] Options for setting position
|
||||||
* @param {boolean} [options.relative=false] Change the position relative to its current value
|
* @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<GuildChannel>}
|
* @returns {Promise<GuildChannel>}
|
||||||
* @example
|
* @example
|
||||||
* // Set a new channel position
|
* // Set a new channel position
|
||||||
|
|||||||
Reference in New Issue
Block a user