aboutsummaryrefslogtreecommitdiffstats
path: root/bot/constants.py
diff options
context:
space:
mode:
authorGravatar Matteo Bertucci <[email protected]>2020-10-04 10:59:42 +0200
committerGravatar GitHub <[email protected]>2020-10-04 10:59:42 +0200
commit18500db908281431a1265e5da0948034ee695cbf (patch)
treed3f5b25f85821828e5c825163f3d03ac3487a94e /bot/constants.py
parentMerge pull request #473 from Anubhav1603/ec (diff)
parentMerge branch 'master' into source_cmd (diff)
Merge pull request #469 from Anubhav1603/source_cmd
Source cmd
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"