Merge branch 'main' into development

pull/11/head
PineappleFan 3 years ago committed by GitHub
commit 3b4430d4ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -92,7 +92,7 @@ const callback = async (interaction: CommandInteraction): Promise<unknown> => {
interaction.guild!.name
}.` +
(interaction.options.get("name")?.value as string
? `/nIt is now: ${interaction.options.get("name")?.value as string}`
? `\nIt is now: ${interaction.options.get("name")?.value as string}`
: "") +
"\n\n" +
(createAppealTicket

Loading…
Cancel
Save