diff --git a/src/structures/message.ts b/src/structures/message.ts index 4c97ed728..bd41e48ed 100644 --- a/src/structures/message.ts +++ b/src/structures/message.ts @@ -18,6 +18,7 @@ export async function createMessage(data: MessageCreateOptions) { ...rest, channelID, guildID: guildID || "", + mentions: data.mentions.map((m) => m.id), mentionsEveryone, mentionRoles, mentionChannels: mentionChannels || [],