aboutsummaryrefslogtreecommitdiffstats
path: root/bot/constants.py
diff options
context:
space:
mode:
authorGravatar Anubhav1603 <[email protected]>2020-09-29 13:32:57 +0530
committerGravatar Anubhav1603 <[email protected]>2020-09-29 13:32:57 +0530
commit3534937b2563b96d5f5aebe5389ef5e4b3f3c4c8 (patch)
treee24240b7a5f6a6f053e8a0bcf70f725b23fd2477 /bot/constants.py
parentMerge branch 'master' into master (diff)
added github url of seasonal bot
Diffstat (limited to 'bot/constants.py')
-rw-r--r--bot/constants.py3
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"