remove was removing sugoncredit twice
This commit is contained in:
parent
a34b06b432
commit
54780e382f
1 changed files with 0 additions and 1 deletions
|
@ -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)
|
Loading…
Reference in a new issue