diff options
author | 2020-10-04 10:59:42 +0200 | |
---|---|---|
committer | 2020-10-04 10:59:42 +0200 | |
commit | 18500db908281431a1265e5da0948034ee695cbf (patch) | |
tree | d3f5b25f85821828e5c825163f3d03ac3487a94e /bot/constants.py | |
parent | Merge pull request #473 from Anubhav1603/ec (diff) | |
parent | Merge branch 'master' into source_cmd (diff) |
Merge pull request #469 from Anubhav1603/source_cmd
Source cmd
Diffstat (limited to 'bot/constants.py')
-rw-r--r-- | bot/constants.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bot/constants.py b/bot/constants.py index 7ec8ac27..e113428e 100644 --- a/bot/constants.py +++ b/bot/constants.py @@ -267,3 +267,7 @@ POSITIVE_REPLIES = [ class Wikipedia: total_chance = 3 + +class Source: + github = "https://github.com/python-discord/seasonalbot" + github_avatar_url = "https://avatars1.githubusercontent.com/u/9919" |