Forgot await
This commit is contained in:
parent
b4ca86c64b
commit
6d08d18b7e
@ -87,6 +87,6 @@ class RecyclingPlant(Cog):
|
|||||||
await bank.deposit_credits(ctx.author, reward)
|
await bank.deposit_credits(ctx.author, reward)
|
||||||
await ctx.send(
|
await ctx.send(
|
||||||
"{} been given **{} {}s** for your services.".format(
|
"{} 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)
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user