Skip to content

Commit 914aa0c

Browse files
author
xyzjesper
committed
ticket(fix): Fix default messageData for ticket creation
1 parent 3700dc0 commit 914aa0c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/helper/ticketHelper.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -305,6 +305,8 @@ export async function ticketHelper(
305305
Id: Number(Math.random() * 134324),
306306
GuildId: guild.id,
307307
Content: null,
308+
ComponentJSON: null,
309+
IsComponentsV2Message: false,
308310
EmbedJSON: JSON.stringify(ticketTemplateMessageData),
309311
Name: "ticket-not-found",
310312
OtherEmbeds: []

0 commit comments

Comments
 (0)