diff --git a/packages/discord.js/src/structures/interfaces/TextBasedChannel.js b/packages/discord.js/src/structures/interfaces/TextBasedChannel.js index cf455b9854b3..f3bfa8bfd567 100644 --- a/packages/discord.js/src/structures/interfaces/TextBasedChannel.js +++ b/packages/discord.js/src/structures/interfaces/TextBasedChannel.js @@ -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