We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3700dc0 commit 914aa0cCopy full SHA for 914aa0c
src/helper/ticketHelper.ts
@@ -305,6 +305,8 @@ export async function ticketHelper(
305
Id: Number(Math.random() * 134324),
306
GuildId: guild.id,
307
Content: null,
308
+ ComponentJSON: null,
309
+ IsComponentsV2Message: false,
310
EmbedJSON: JSON.stringify(ticketTemplateMessageData),
311
Name: "ticket-not-found",
312
OtherEmbeds: []
0 commit comments