diff --git a/src/structures/message.ts b/src/structures/message.ts index 3040d6b7e..d7c5d8f80 100644 --- a/src/structures/message.ts +++ b/src/structures/message.ts @@ -20,7 +20,7 @@ export function createMessage(data: MessageCreateOptions) { guildID: guildID || "", mentionsEveryone, mentionRoles, - mentionChannels, + mentionChannels: mentionChannels || [], webhookID, messageReference, timestamp: Date.parse(data.timestamp),