We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
FileOptions
1 parent 19ea0ba commit eaabcdfCopy full SHA for eaabcdf
packages/discord.js/src/structures/interfaces/TextBasedChannel.js
@@ -106,13 +106,6 @@ class TextBasedChannel {
106
* @typedef {string} MessageMentionTypes
107
*/
108
109
- /**
110
- * @typedef {Object} FileOptions
111
- * @property {BufferResolvable} attachment File to attach
112
- * @property {string} [name='file.jpg'] Filename of the attachment
113
- * @property {string} description The description of the file
114
- */
115
-
116
/**
117
* Sends a message to this channel.
118
* @param {string|MessagePayload|MessageCreateOptions} options The options to provide
0 commit comments