aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Anubhav1603 <[email protected]>2020-10-02 19:13:48 +0530
committerGravatar Anubhav1603 <[email protected]>2020-10-02 19:13:48 +0530
commit276d3631ac260ac21f0825dba8aff9dfa0c107c0 (patch)
tree904d7219b7445ae176a93243293e8fc7d9a0ad73
parentadded source command (diff)
added github_avatar_url
-rw-r--r--bot/constants.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/bot/constants.py b/bot/constants.py
index 417f384c..a0c9f31e 100644
--- a/bot/constants.py
+++ b/bot/constants.py
@@ -268,3 +268,4 @@ class Wikipedia:
class Source:
github = "https://github.com/python-discord/seasonalbot"
+ github_avatar_url = "https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png"