Skip to content

Commit

Permalink
Update packages/discord.js/src/managers/GuildStickerManager.js
Browse files Browse the repository at this point in the history
Co-authored-by: SpaceEEC <spaceeec@yahoo.com>
  • Loading branch information
suneettipirneni and SpaceEEC committed Jun 4, 2022
1 parent 50af16b commit d9a58f9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/discord.js/src/managers/GuildStickerManager.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class GuildStickerManager extends CachedManager {

/**
* Creates a new custom sticker in the guild.
* @param {BufferResolvable|Stream|FileOptions|JSONEncodable<AttachmentPayload>} file The file for the sticker
* @param {BufferResolvable|Stream|JSONEncodable<AttachmentPayload>} file The file for the sticker
* @param {string} name The name for the sticker
* @param {string} tags The Discord name of a unicode emoji representing the sticker's expression
* @param {GuildStickerCreateOptions} [options] Options
Expand Down
3 changes: 2 additions & 1 deletion packages/discord.js/src/structures/Message.js
Original file line number Diff line number Diff line change
Expand Up @@ -644,7 +644,8 @@ class Message extends Base {
* Only `MessageFlags.SuppressEmbeds` can be edited.
* @property {Attachment[]} [attachments] An array of attachments to keep,
* all attachments will be kept if omitted
* @property {JSONEncodable<AttachmentPayload>[]|BufferResolvable[]|Attachment[]|AttachmentBuilder[]} [files] Files to add to the message
* @property {JSONEncodable<AttachmentPayload>[]|BufferResolvable[]|Attachment[]|AttachmentBuilder[]} [files]
* Files to add to the message
* @property {ActionRow[]|ActionRowOptions[]} [components]
* Action rows containing interactive components for the message (buttons, select menus)
*/
Expand Down

0 comments on commit d9a58f9

Please sign in to comment.