Skip to content

Commit

Permalink
this got lost in the cherry pick merger (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
IAmTomahawkx authored Jul 25, 2023
1 parent efc0d8b commit f408bfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/logging.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ async def logging_loop(self) -> None:
await self.webhook.send(
message,
username=actor_name,
avatar_url=core.CONFIG["LOGGING"].get("webhook_avatar_url"),
avatar_url=avatar_url,
embed=embed,
)

Expand Down

0 comments on commit f408bfe

Please sign in to comment.