[Topgg][Admin][Economy] Implement addCoins cb

This commit is contained in:
Harsha Raghu
2022-01-18 22:42:28 +05:30
parent 5b4d54a3b9
commit 038aabddfa
4 changed files with 21 additions and 5 deletions

View File

@@ -60,7 +60,7 @@ async def cmd_send(ctx):
return await ctx.embed_reply("We are still waiting for {} to open an account.".format(target.mention))
# Finally, send the amount and the ack message
target_lion.addCoins(amount)
target_lion.addCoins(amount, ignorebonus=True)
source_lion.addCoins(-amount)
embed = discord.Embed(