From b3a43afc807cc69cc0afc598483947649d4952fa Mon Sep 17 00:00:00 2001 From: Anubhav1603 Date: Tue, 8 Sep 2020 18:08:59 +0530 Subject: added wikipedia class which has total_chance --- bot/constants.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'bot/constants.py') diff --git a/bot/constants.py b/bot/constants.py index bf6c5a40..133db56c 100644 --- a/bot/constants.py +++ b/bot/constants.py @@ -253,3 +253,6 @@ POSITIVE_REPLIES = [ "Aye aye, cap'n!", "I'll allow it.", ] + +class Wikipedia: + total_chance = 3 -- cgit v1.2.3