diff options
author | 2020-10-10 15:35:36 -0400 | |
---|---|---|
committer | 2020-10-10 15:35:36 -0400 | |
commit | 5f5f5c223fb27fdd4cc8089a26971744250f17f3 (patch) | |
tree | 9ceb138a2b16f3705e68068f721a094ad4e7c922 /bot/constants.py | |
parent | gists count fix (diff) | |
parent | Merge pull request #481 from python-discord/space-out-dice (diff) |
Merge branch 'master' into master
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" |