diff options
author | 2020-09-24 19:36:57 +0200 | |
---|---|---|
committer | 2020-09-24 19:36:57 +0200 | |
commit | 26a4524188261db8dd095396d7a57ecc5cfc245e (patch) | |
tree | 77937e7da049ded12f0475ac34acf7c3b70035fe /bot/constants.py | |
parent | Remove walk_extensions from exts' init (diff) | |
parent | Merge pull request #456 from Anubhav1603/update_dpy (diff) |
Merge branch 'master' into ext-managment
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 f3424673..935b90e0 100644 --- a/bot/constants.py +++ b/bot/constants.py @@ -269,3 +269,6 @@ POSITIVE_REPLIES = [ "Aye aye, cap'n!", "I'll allow it.", ] + +class Wikipedia: + total_chance = 3 |