From eaabcdfda651e7bad5b6e818b869e631a07e8a41 Mon Sep 17 00:00:00 2001 From: Jiralite <33201955+Jiralite@users.noreply.github.com> Date: Tue, 26 Sep 2023 21:44:09 +0200 Subject: [PATCH] docs: Remove `FileOptions` (#9855) docs: remove `FileOptions` --- .../src/structures/interfaces/TextBasedChannel.js | 7 ------- 1 file changed, 7 deletions(-) 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