mirror of
https://github.com/discordeno/discordeno.git
synced 2026-09-17 16:57:22 +00:00
mentions as an id to preserve cache
This commit is contained in:
@@ -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 || [],
|
||||
|
||||
Reference in New Issue
Block a user