diff options
author | 2021-08-30 10:02:39 +0100 | |
---|---|---|
committer | 2021-08-30 10:02:39 +0100 | |
commit | 7ae7117cd411d9d943b448076a38f6261fc2e286 (patch) | |
tree | e7c4b9712899ef7a48a1fdf6207d7d9ab6323746 /bot/exts/evergreen/trivia_quiz.py | |
parent | Make some return type annotations accurate (diff) | |
parent | Merge pull request #816 from Objectivitix/patch-1 (diff) |
Merge branch 'main' into duckduckduckgoose
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 |