remove was removing sugoncredit twice

This commit is contained in:
Seaswimmer 2023-03-06 21:23:34 -05:00
parent a34b06b432
commit 54780e382f

View file

@ -90,5 +90,4 @@ class SugonCredit(commands.Cog):
await target.send(content="https://cdn.discordapp.com/attachments/408777890222571530/909534123004133497/MEGA_BASE.mp4") await target.send(content="https://cdn.discordapp.com/attachments/408777890222571530/909534123004133497/MEGA_BASE.mp4")
else: else:
embed=discord.Embed(title=f"{bank_name} - Remove", color=await self.bot.get_embed_color(None), description=f"{target.mention}'s {currency_name} balance has been decreased by {amount}.\nCurrent balance is {new_bal}.") embed=discord.Embed(title=f"{bank_name} - Remove", color=await self.bot.get_embed_color(None), description=f"{target.mention}'s {currency_name} balance has been decreased by {amount}.\nCurrent balance is {new_bal}.")
await bank.withdraw_credits(target, amount=amount)
await ctx.send(embed=embed) await ctx.send(embed=embed)