diff options
| author | 2021-08-09 16:45:45 +0200 | |
|---|---|---|
| committer | 2021-08-09 16:45:45 +0200 | |
| commit | 67caea1f737f86c2394cc9a280acbfe71588c917 (patch) | |
| tree | 8c4da29580d176964679a1b73e46ffc8b5e64215 /bot/exts/evergreen/trivia_quiz.py | |
| parent | Merge #804 - circumvent URL injections in various cogs (diff) | |
| parent | Merge branch 'main' into remove-gpl-deps (diff) | |
Merge pull request #799 from python-discord/remove-gpl-deps
Remove gpl deps
Diffstat (limited to 'bot/exts/evergreen/trivia_quiz.py')
| -rw-r--r-- | bot/exts/evergreen/trivia_quiz.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/bot/exts/evergreen/trivia_quiz.py b/bot/exts/evergreen/trivia_quiz.py index 28924aed..bc25cbf7 100644 --- a/bot/exts/evergreen/trivia_quiz.py +++ b/bot/exts/evergreen/trivia_quiz.py @@ -9,7 +9,7 @@ from typing import Callable, List, Optional  import discord  from discord.ext import commands -from fuzzywuzzy import fuzz +from rapidfuzz import fuzz  from bot.bot import Bot  from bot.constants import Colours, NEGATIVE_REPLIES, Roles | 
