fix (Economy): Remove unnecessary await.

This commit is contained in:
2021-09-20 10:54:37 +03:00
parent 8dbe86e228
commit ab4158ce5b

View File

@@ -71,7 +71,7 @@ async def cmd_send(ctx):
).set_footer(text=str(ctx.author), icon_url=ctx.author.avatar_url)
await ctx.reply(embed=embed, reference=ctx.msg)
await GuildSettings(ctx.guild.id).event_log.log(
GuildSettings(ctx.guild.id).event_log.log(
"{} sent {} `{}` LionCoins.".format(
ctx.author.mention,
target.mention,