From d646a13d2c086aada7602c92a1b14d86a733a761 Mon Sep 17 00:00:00 2001 From: Jiralite <33201955+Jiralite@users.noreply.github.com> Date: Wed, 15 Jul 2026 10:25:45 +0100 Subject: [PATCH] docs(Attachment): `string` property --- packages/discord.js/src/structures/Attachment.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/discord.js/src/structures/Attachment.js b/packages/discord.js/src/structures/Attachment.js index 5c44c183b..a69863f64 100644 --- a/packages/discord.js/src/structures/Attachment.js +++ b/packages/discord.js/src/structures/Attachment.js @@ -9,7 +9,7 @@ const { flatten } = require('../util/Util'); * @property {Stream|BufferResolvable} attachment The attachment in this payload * @property {string} [name] The name of the attachment * @property {string} [description] The description of the attachment - * @property {title} [title] The title of the attachment + * @property {string} [title] The title of the attachment * @property {string} [waveform] The base64 encoded bytearray representing a sampled waveform (for voice messages) * @property {number} [duration] The duration of the attachment in seconds (for voice messages) */