docs: Remove FileOptions (#9855)

docs: remove `FileOptions`
This commit is contained in:
Jiralite
2023-09-26 21:44:09 +02:00
committed by GitHub
parent 19ea0baa00
commit eaabcdfda6

View File

@@ -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