diff options
author | 2021-09-11 10:09:27 -0400 | |
---|---|---|
committer | 2021-10-05 16:42:47 +0100 | |
commit | c6333ab48ddbc37af40cd958cd37494be7ff50e7 (patch) | |
tree | 1cf25fa9c095df093d49c379c9dc49a346b29e82 /bot/exts/utilities | |
parent | Add fuzzy match function (diff) |
Remove placeholder comment
Diffstat (limited to 'bot/exts/utilities')
-rw-r--r-- | bot/exts/utilities/color.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/bot/exts/utilities/color.py b/bot/exts/utilities/color.py index 9e199dd4..6452d292 100644 --- a/bot/exts/utilities/color.py +++ b/bot/exts/utilities/color.py @@ -194,8 +194,6 @@ class Color(commands.Cog): return all_fields - # if user_color in color_lists: - # # fuzzy match for color @staticmethod def match_color(user_color: str) -> str: """Use fuzzy matching to return a hex color code based on the user's input.""" |