diff options
| author | 2020-10-05 14:56:40 -0700 | |
|---|---|---|
| committer | 2020-10-05 14:56:40 -0700 | |
| commit | 05391ec937f356e7d6cda3db291315ddd412d29f (patch) | |
| tree | a9bdc4add4452558cfd9f9f77463e4699ea1b9a4 /bot/constants.py | |
| parent | apply @Den4200's suggestions (diff) | |
| parent | Merge pull request #457 from algo-1/minesweeper-contribution (diff) | |
Merge branch 'master' into save_the_planet
Diffstat (limited to '')
| -rw-r--r-- | bot/constants.py | 4 |
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" |