From 429c2d8753537e926683081dbfc4d9a8f6463c0b Mon Sep 17 00:00:00 2001 From: PineappleFan Date: Wed, 1 Mar 2023 08:15:50 +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 97f783a..ae4f446 100644 --- a/src/commands/mod/nick.ts +++ b/src/commands/mod/nick.ts @@ -93,7 +93,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