diff options
author | 2020-09-29 13:32:57 +0530 | |
---|---|---|
committer | 2020-09-29 13:32:57 +0530 | |
commit | 3534937b2563b96d5f5aebe5389ef5e4b3f3c4c8 (patch) | |
tree | e24240b7a5f6a6f053e8a0bcf70f725b23fd2477 /bot/constants.py | |
parent | Merge branch 'master' into master (diff) |
added github url of seasonal bot
Diffstat (limited to 'bot/constants.py')
-rw-r--r-- | bot/constants.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bot/constants.py b/bot/constants.py index 7c8f72cb..417f384c 100644 --- a/bot/constants.py +++ b/bot/constants.py @@ -265,3 +265,6 @@ POSITIVE_REPLIES = [ class Wikipedia: total_chance = 3 + +class Source: + github = "https://github.com/python-discord/seasonalbot" |