Update pupper.py

This commit is contained in:
aikaterna
2019-08-07 22:04:31 -07:00
committed by GitHub
parent 2e9000160e
commit 3a7d27fbb3

View File

@@ -216,7 +216,7 @@ class Pupper(commands.Cog):
await bank.deposit_credits(u, deposit)
credits_name = await bank.get_currency_name(message.guild)
await rando_channel_obj.send(
content=f"{guild_data['borf_msg']} `(+{deposit} {credits_name})`",
content=f"{guild_data['borf_msg']} (`+{deposit}` {credits_name})",
delete_after=10,
)
else: