diff options
author | 2020-09-22 11:54:02 +0200 | |
---|---|---|
committer | 2020-09-22 11:54:02 +0200 | |
commit | 26fb23f1ce4b76a63f6fd0c6316d242fb14a1ea7 (patch) | |
tree | 218dcc50c86dcfa9ece7e39116ba1d77ed33ae82 /bot/constants.py | |
parent | Merge pull request #448 from python-discord/clean_uwu (diff) | |
parent | Merge branch 'master' into master (diff) |
Merge pull request #430 from Anubhav1603/master
.wiki command
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 |