From ab4158ce5b7f1d2fd63f011d1023c4217348aa23 Mon Sep 17 00:00:00 2001 From: Conatum Date: Mon, 20 Sep 2021 10:54:37 +0300 Subject: [PATCH] fix (Economy): Remove unnecessary await. --- bot/modules/economy/send_cmd.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot/modules/economy/send_cmd.py b/bot/modules/economy/send_cmd.py index d741a098..cf5ebd64 100644 --- a/bot/modules/economy/send_cmd.py +++ b/bot/modules/economy/send_cmd.py @@ -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,