Skip to content

Commit eaabcdf

Browse files
authored
docs: Remove FileOptions (#9855)
docs: remove `FileOptions`
1 parent 19ea0ba commit eaabcdf

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

packages/discord.js/src/structures/interfaces/TextBasedChannel.js

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -106,13 +106,6 @@ class TextBasedChannel {
106106
* @typedef {string} MessageMentionTypes
107107
*/
108108

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-
116109
/**
117110
* Sends a message to this channel.
118111
* @param {string|MessagePayload|MessageCreateOptions} options The options to provide

0 commit comments

Comments
 (0)