From 60c0224454174fa42140a159ad747785a61f5557 Mon Sep 17 00:00:00 2001 From: PineappleFan Date: Wed, 1 Mar 2023 08:14:40 +0000 Subject: [PATCH] Fixed Grammar in nick --- src/commands/mod/nick.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/mod/nick.ts b/src/commands/mod/nick.ts index abb695d..9dd9336 100644 --- a/src/commands/mod/nick.ts +++ b/src/commands/mod/nick.ts @@ -92,7 +92,7 @@ const callback = async (interaction: CommandInteraction): Promise => { 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