From d4ff1df7812579648331a5d12cbe576efa0b3117 Mon Sep 17 00:00:00 2001 From: nwjgit Date: Tue, 20 Feb 2024 13:47:42 -0600 Subject: [PATCH] minor grammar fix --- src/mahoji/lib/abstracted_commands/useCommand.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mahoji/lib/abstracted_commands/useCommand.ts b/src/mahoji/lib/abstracted_commands/useCommand.ts index 256af89ca9..4657514642 100644 --- a/src/mahoji/lib/abstracted_commands/useCommand.ts +++ b/src/mahoji/lib/abstracted_commands/useCommand.ts @@ -193,7 +193,7 @@ for (const dye of dyeUsables) { break; } } - const str = `Select the abyssal dye you would like swap ${dye.name} with.`; + const str = `Select the Abyssal dye you would like to swap ${dye.name} with.`; const sentMessage = await channel.send({ content: str, components: makeComponents(components)