aboutsummaryrefslogtreecommitdiffstats
path: root/bot/constants.py
diff options
context:
space:
mode:
authorGravatar Chris Gallardo <[email protected]>2020-10-05 14:56:40 -0700
committerGravatar GitHub <[email protected]>2020-10-05 14:56:40 -0700
commit05391ec937f356e7d6cda3db291315ddd412d29f (patch)
treea9bdc4add4452558cfd9f9f77463e4699ea1b9a4 /bot/constants.py
parentapply @Den4200's suggestions (diff)
parentMerge pull request #457 from algo-1/minesweeper-contribution (diff)
Merge branch 'master' into save_the_planet
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"