Skip to content

Commit bc26e3e

Browse files
committed
Use embed.footer properly
1 parent 9036a2f commit bc26e3e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

shinobu/beacon/discord/parent.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ async def _to_beacon_content(self, message: discord.Message) -> beacon_message.B
8282
if embed.footer:
8383
embed_block.set_footer(
8484
text=embed.footer.text,
85-
icon_url=embed.author.icon_url
85+
icon_url=embed.footer.icon_url
8686
)
8787

8888
if embed.timestamp:

0 commit comments

Comments
 (0)