From 49cc8dd6cf4ea84186fe83a404ee41a103f7aae4 Mon Sep 17 00:00:00 2001 From: Joe Banks Date: Sun, 9 Nov 2025 22:43:05 +0000 Subject: Add github icon to source footer --- pydis_core/exts/source.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pydis_core') diff --git a/pydis_core/exts/source.py b/pydis_core/exts/source.py index 8689ceb3..a7525269 100644 --- a/pydis_core/exts/source.py +++ b/pydis_core/exts/source.py @@ -164,6 +164,6 @@ class SourceCode(commands.Cog, description="Displays information about the bot's embed = Embed(title=title, description=description) embed.add_field(name="Source Code", value=f"[Go to GitHub]({url})") line_text = f":{first_line}" if first_line else "" - embed.set_footer(text=f"{location}{line_text}") + embed.set_footer(text=f"{location}{line_text}", icon_url=GITHUB_AVATAR) return embed -- cgit v1.2.3