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

@@ -34,8 +34,8 @@ class GuildStickerManager extends CachedManager {
/**
* Options for creating a guild sticker.
* @typedef {Object} GuildStickerCreateOptions
* @param {?string} [description] The description for the sticker
* @param {string} [reason] Reason for creating the sticker
* @property {?string} [description] The description for the sticker
* @property {string} [reason] Reason for creating the sticker
*/
/**