Merge branch 'development' of github.com:ClicksMinutePer/Nucleus into development

pull/12/head
TheCodedProf 3 years ago
commit 6dcf600d23

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

Loading…
Cancel
Save