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.
1 parent c0dcbd8 commit 902a14dCopy full SHA for 902a14d
packages/discord.js/src/structures/MessagePayload.js
@@ -192,7 +192,7 @@ class MessagePayload {
192
const attachments = this.options.files?.map((file, index) => ({
193
id: index.toString(),
194
description: file.description,
195
- title: file.name,
+ title: file.title,
196
waveform: file.waveform,
197
duration_secs: file.duration,
198
}));
0 commit comments