embed=discord.Embed(title=f"{bank_name} - Balance",color=awaitself.bot.get_embed_color(None),description=f"{target.mention} has {output_bal}{currency_name}.")
embed=discord.Embed(title=f"{bank_name} - Balance",color=awaitself.bot.get_embed_color(None),description=f"{target.mention} has {output_bal}{currency_name}s.")
awaittarget.send(content=f"You gained {output_amount} SugonCredit! Good work community member! You now have {output_new_bal} SugonCredits.",file=image)
awaittarget.send(content=f"You gained {output_amount} SugonCredits! Good work community member! You now have {output_new_bal} SugonCredits.",file=image)
logging_embed=discord.Embed(title="SugonCredit Added",color=awaitself.bot.get_embed_color(None),description=f"{ctx.author.name}#{ctx.author.discriminator} ({ctx.author.id}) added {amount} SugonCredit to {target.name}#{target.discriminator} ({target.id})! They now have {new_bal} SugonCredit.")
embed=discord.Embed(title=f"{bank_name} - Add",color=awaitself.bot.get_embed_color(None),description=f"{target.mention}'s {currency_name} balance has been increased by {output_amount}.\nCurrent balance is {output_new_bal}.")
awaitctx.send(content=f"{target.mention} now has {output_amount} less SugonCredit, with a total of {output_new_bal}!\nIf this is a punishment, do better Galaxy Player! Re-education mods will be sent to your DM's if your SugonCredit drops to a substantially low amount!")
awaittarget.send(content=f"__MESSAGE FROM THE MINISTRY OF THE MEGA BASE__\n\n(我们的) {output_amount} SugonCredit has been taken from your account. Citizen, do not continue to preform bad actions! Glory to the Galaxy Communist Party!",file=image)
awaittarget.send(content=f"__MESSAGE FROM THE MINISTRY OF THE MEGA BASE__\n\n(我们的) {output_amount} SugonCredits have been taken from your account. Citizen, do not continue to preform bad actions! Glory to the Galaxy Communist Party!",file=image)
logging_embed=discord.Embed(title="SugonCredit Removed",color=awaitself.bot.get_embed_color(None),description=f"{ctx.author.name}#{ctx.author.discriminator} ({ctx.author.id}) removed {output_amount} SugonCredit from {target.name}#{target.discriminator} ({target.id})! They now have {output_new_bal} SugonCredit.")
embed=discord.Embed(title=f"{bank_name} - Remove",color=awaitself.bot.get_embed_color(None),description=f"{target.mention}'s {currency_name} balance has been decreased by {output_amount}.\nCurrent balance is {output_new_bal}.")