diff options
Diffstat (limited to 'bot/converters.py')
| -rw-r--r-- | bot/converters.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/converters.py b/bot/converters.py index f98e02015..f18b2f6c7 100644 --- a/bot/converters.py +++ b/bot/converters.py @@ -161,7 +161,7 @@ class ValidURL(Converter): class InfractionSearchQuery(Converter): """ - A converter that checks if the argument is a Discord user, and if not, fall-backs to a string. + A converter that checks if the argument is a Discord user, and if not, falls back to a string. """ @staticmethod |