fixed image in add command

This commit is contained in:
Seaswimmer 2023-03-06 21:24:31 -05:00
parent 54780e382f
commit 26c999290b

View file

@ -57,7 +57,7 @@ class SugonCredit(commands.Cog):
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:
await target.send(content=f"You gained {amount} SugonCredits! Good work community member! You now have {amount} SugonCredits.") await target.send(content=f"You gained {amount} SugonCredits! Good work community member! You now have {amount} SugonCredits.")
await target.send(content="https://cdn.discordapp.com/attachments/408777890222571530/909534123004133497/MEGA_BASE.mp4") await target.send(content="https://cdn.discordapp.com/attachments/932790367043063818/1016032836576362556/social-credit-positive.png")
else: else:
embed=discord.Embed(title=f"{bank_name} - Add", color=await self.bot.get_embed_color(None), description=f"{target.mention}'s {currency_name} balance has been increased by {amount}.\nCurrent balance is {new_bal}.") embed=discord.Embed(title=f"{bank_name} - Add", color=await self.bot.get_embed_color(None), description=f"{target.mention}'s {currency_name} balance has been increased by {amount}.\nCurrent balance is {new_bal}.")
await bank.deposit_credits(target, amount=amount) await bank.deposit_credits(target, amount=amount)