diff options
author | 2021-03-01 17:35:54 +0100 | |
---|---|---|
committer | 2021-03-01 17:35:54 +0100 | |
commit | 09c371eabb2b1acc5003bcba3ba4c9c36e0ecdcd (patch) | |
tree | 99e5830e46b0b730c5e6eb516835e15829104589 /bot/constants.py | |
parent | Merge pull request #603 from python-discord/modifying-topics (diff) | |
parent | Merge branch 'master' into feature/improve-wiki (diff) |
Merge pull request #600 from Shivansh-007/feature/improve-wiki
Improve Wikipedia Command
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 9b7e37f8..db34b55a 100644 --- a/bot/constants.py +++ b/bot/constants.py @@ -286,10 +286,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" |