docs: Correct tags used for objects (#6846)

This commit is contained in:
Jiralite
2021-10-16 23:17:33 +01:00
committed by GitHub
parent 267a4b3f68
commit f7b7aac8b6
4 changed files with 14 additions and 14 deletions

View File

@@ -393,8 +393,8 @@ class GuildChannel extends Channel {
/**
* Options used to set the position of a channel.
* @typedef {Object} SetChannelPositionOptions
* @param {boolean} [relative=false] Whether or not to change the position relative to its current value
* @param {string} [reason] The reason for changing the position
* @property {boolean} [relative=false] Whether or not to change the position relative to its current value
* @property {string} [reason] The reason for changing the position
*/
/**