From 146af128f661d4066b09dbb43298a7776611e030 Mon Sep 17 00:00:00 2001 From: Conatum Date: Sun, 19 Sep 2021 13:45:55 +0300 Subject: [PATCH] fix (send): Fix typo in `event_log`. --- 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 0a6b0db8..d741a098 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.post( + await GuildSettings(ctx.guild.id).event_log.log( "{} sent {} `{}` LionCoins.".format( ctx.author.mention, target.mention,