diff options
author | 2020-10-03 12:51:25 +0530 | |
---|---|---|
committer | 2020-10-03 12:51:25 +0530 | |
commit | 3c418746112d020549fcbeac386aca0f18abebba (patch) | |
tree | 5d35aaba3081379f098427cf7baab4037f5d18cc | |
parent | removed aliases and default help command (diff) |
changed github_avatar_url
-rw-r--r-- | bot/constants.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/constants.py b/bot/constants.py index a0c9f31e..a9c9e23e 100644 --- a/bot/constants.py +++ b/bot/constants.py @@ -268,4 +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" + github_avatar_url = "https://avatars1.githubusercontent.com/u/9919" |