diff options
author | 2021-02-22 20:40:56 +0530 | |
---|---|---|
committer | 2021-02-22 20:40:56 +0530 | |
commit | 86dc294eb22f233ccd381529a8191d2285889784 (patch) | |
tree | f6b6622ca3425f08330f2a2e5d53da88232b5dc1 /bot/constants.py | |
parent | Improve wikipedia command to send a snippet of wikipedia article and use pagi... (diff) |
Goodbye Wikipedia Class, no need of you anymore
Diffstat (limited to 'bot/constants.py')
-rw-r--r-- | bot/constants.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/bot/constants.py b/bot/constants.py index bb538487..c31cd958 100644 --- a/bot/constants.py +++ b/bot/constants.py @@ -281,10 +281,6 @@ class RedisConfig(NamedTuple): use_fakeredis = environ.get("USE_FAKEREDIS", "false").lower() == "true" -class Wikipedia: - total_chance = 3 - - class Source: github = "https://github.com/python-discord/sir-lancebot" github_avatar_url = "https://avatars1.githubusercontent.com/u/9919" |