From a34b06b43219f2297095ee7b8118c1e449301da4 Mon Sep 17 00:00:00 2001 From: SeaswimmerTheFsh Date: Mon, 6 Mar 2023 21:21:57 -0500 Subject: [PATCH] fixed spelling fail --- sugoncredit/sugoncredit.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sugoncredit/sugoncredit.py b/sugoncredit/sugoncredit.py index 681a847..4a918a7 100644 --- a/sugoncredit/sugoncredit.py +++ b/sugoncredit/sugoncredit.py @@ -52,7 +52,7 @@ class SugonCredit(commands.Cog): return elif ctx.guild.id == 204965774618656769: 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: await target.send(content=f"You gained {amount} SugonCredit! Good work community member! You now have {amount} SugonCredits.") else: