From a958cb163e39b07c06e593102b7a6ef9bc25065a Mon Sep 17 00:00:00 2001 From: = <=> Date: Sun, 6 Apr 2025 12:41:31 +0700 Subject: [PATCH] Kms fix --- events/log.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/events/log.py b/events/log.py index aec4365..8a213dd 100644 --- a/events/log.py +++ b/events/log.py @@ -13,7 +13,7 @@ class Logger(commands.Cog): description=msg.content, url="https://entarapi.xyz" )) - embedlist[0].set_author(name=msg.author.name, icon_url=ctx.author.avatar.url) + embedlist[0].set_author(name=msg.author.name, icon_url=msg.author.avatar.url) for image in msg.attachments: newembed = nextcord.Embed(url="https://entarapi.xyz") newembed.set_image(image.url) # Unfortunately i cant add multiple images.