Fix grammatical error in balance command

This commit is contained in:
Elis Odenhage 2024-03-02 07:57:29 +01:00
parent c50ea5f2c5
commit c485304627

View file

@ -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 ${