diff options
author | 2020-09-24 09:25:20 +0000 | |
---|---|---|
committer | 2020-09-24 09:25:20 +0000 | |
commit | 497f35597b28ba70e86ae99d2b938af5188c9bf0 (patch) | |
tree | e3d4c385aaf565c176db052e4d7ae9642631e538 /bot/constants.py | |
parent | 8bitify: Use NEAREST to resize avatar. (diff) | |
parent | Merge pull request #456 from Anubhav1603/update_dpy (diff) |
Merge branch 'master' into update-pillow
Diffstat (limited to 'bot/constants.py')
-rw-r--r-- | bot/constants.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bot/constants.py b/bot/constants.py index fa428a61..7c8f72cb 100644 --- a/bot/constants.py +++ b/bot/constants.py @@ -262,3 +262,6 @@ POSITIVE_REPLIES = [ "Aye aye, cap'n!", "I'll allow it.", ] + +class Wikipedia: + total_chance = 3 |