diff --git a/recyclingplant/recyclingplant.py b/recyclingplant/recyclingplant.py index dbb77da..e8954b2 100644 --- a/recyclingplant/recyclingplant.py +++ b/recyclingplant/recyclingplant.py @@ -87,6 +87,6 @@ class RecyclingPlant(Cog): await bank.deposit_credits(ctx.author, reward) await ctx.send( "{} been given **{} {}s** for your services.".format( - ctx.author.display_name, reward, bank.get_currency_name(ctx.guild) + ctx.author.display_name, reward, await bank.get_currency_name(ctx.guild) ) )