fixed spelling fail

This commit is contained in:
Seaswimmer 2023-03-06 21:21:57 -05:00
parent e57efe2b84
commit a34b06b432

View file

@ -52,7 +52,7 @@ class SugonCredit(commands.Cog):
return return
elif ctx.guild.id == 204965774618656769: elif ctx.guild.id == 204965774618656769:
await bank.withdraw_credits(target, amount=amount) await bank.withdraw_credits(target, amount=amount)
await ctx.send(content=f"{target.mention} now has {amount} more SugonCredit, with a total pf {new_bal}!") await ctx.send(content=f"{target.mention} now has {amount} more SugonCredit, with a total of {new_bal}!")
if amount == 1 or amount == -1: if amount == 1 or amount == -1:
await target.send(content=f"You gained {amount} SugonCredit! Good work community member! You now have {amount} SugonCredits.") await target.send(content=f"You gained {amount} SugonCredit! Good work community member! You now have {amount} SugonCredits.")
else: else: