Skip to content

Commit

Permalink
docs: Remove FileOptions (#9855)
Browse files Browse the repository at this point in the history
docs: remove `FileOptions`
  • Loading branch information
Jiralite committed Sep 26, 2023
1 parent 19ea0ba commit eaabcdf
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -106,13 +106,6 @@ class TextBasedChannel {
* @typedef {string} MessageMentionTypes
*/

/**
* @typedef {Object} FileOptions
* @property {BufferResolvable} attachment File to attach
* @property {string} [name='file.jpg'] Filename of the attachment
* @property {string} description The description of the file
*/

/**
* Sends a message to this channel.
* @param {string|MessagePayload|MessageCreateOptions} options The options to provide
Expand Down

0 comments on commit eaabcdf

Please sign in to comment.