From c48530462744ae644eda2573090412ae0beb19c9 Mon Sep 17 00:00:00 2001 From: Elis Odenhage Date: Sat, 2 Mar 2024 07:57:29 +0100 Subject: [PATCH] Fix grammatical error in balance command --- src/commands/credits/subcommands/balance/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/credits/subcommands/balance/index.ts b/src/commands/credits/subcommands/balance/index.ts index 84b0e18..b7f85e0 100644 --- a/src/commands/credits/subcommands/balance/index.ts +++ b/src/commands/credits/subcommands/balance/index.ts @@ -64,7 +64,7 @@ const getAccountBalanceDescription = ( ) => { let description = `${ isUserCheckAccount ? "You" : checkAccount - } currently have ${creditAccount.balance} credits. 💰\n\n`; + } currently ${ isUserCheckAccount ? "have" : "has" } ${creditAccount.balance} credits. 💰\n\n`; if (creditAccount.balance === 0) { description += `${possessivePronoun} wallet is empty. Encourage ${