aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar ks129 <[email protected]>2020-05-31 11:55:14 +0300
committerGravatar ks129 <[email protected]>2020-05-31 11:55:14 +0300
commit522c7489ea86d5c150145d610fc3a0fef7bd16bc (patch)
tree69986ec51ecdd34ccb6219db532b603b02b6f53c
parentSource: Show only first line of every source item docstring instead full (diff)
Source: Add thumbnail to source command bot repo embed
-rw-r--r--bot/cogs/source.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/bot/cogs/source.py b/bot/cogs/source.py
index 232ee618e..3f03f790c 100644
--- a/bot/cogs/source.py
+++ b/bot/cogs/source.py
@@ -51,6 +51,7 @@ class BotSource(Cog):
if not source_item:
embed = Embed(title="Bot GitHub Repository")
embed.add_field(name="Repository", value=f"[Go to GitHub]({URLs.github_bot_repo})")
+ embed.set_thumbnail(url="https://avatars1.githubusercontent.com/u/9919")
await ctx.send(embed=embed)
return