aboutsummaryrefslogtreecommitdiffstats
path: root/bot/constants.py
diff options
context:
space:
mode:
authorGravatar Dennis Pham <[email protected]>2020-10-10 15:35:36 -0400
committerGravatar GitHub <[email protected]>2020-10-10 15:35:36 -0400
commit5f5f5c223fb27fdd4cc8089a26971744250f17f3 (patch)
tree9ceb138a2b16f3705e68068f721a094ad4e7c922 /bot/constants.py
parentgists count fix (diff)
parentMerge 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.py4
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"