mirror of
https://github.com/discordeno/discordeno.git
synced 2026-09-17 16:57:22 +00:00
better channel mention typings. Remove undefined
This commit is contained in:
@@ -20,7 +20,7 @@ export function createMessage(data: MessageCreateOptions) {
|
||||
guildID: guildID || "",
|
||||
mentionsEveryone,
|
||||
mentionRoles,
|
||||
mentionChannels,
|
||||
mentionChannels: mentionChannels || [],
|
||||
webhookID,
|
||||
messageReference,
|
||||
timestamp: Date.parse(data.timestamp),
|
||||
|
||||
Reference in New Issue
Block a user