Skip to content

Commit f408bfe

Browse files
authored
this got lost in the cherry pick merger (#48)
1 parent efc0d8b commit f408bfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/logging.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ async def logging_loop(self) -> None:
8484
await self.webhook.send(
8585
message,
8686
username=actor_name,
87-
avatar_url=core.CONFIG["LOGGING"].get("webhook_avatar_url"),
87+
avatar_url=avatar_url,
8888
embed=embed,
8989
)
9090

0 commit comments

Comments
 (0)