Fixed Grammar in nick

pull/17/head
PineappleFan 3 years ago committed by GitHub
parent 40658f5f59
commit 60c0224454
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
? ` it 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