diff options
author | 2020-07-14 22:32:09 -0400 | |
---|---|---|
committer | 2020-07-14 22:32:09 -0400 | |
commit | b297304c8d79f0241bb044aa5d54e648c42e8f71 (patch) | |
tree | 44e461c44d0aa1830bb44f60d3fa6c378be3e14d /bot/utils/decorators.py | |
parent | Removed logging, added more explicit error catching.. (diff) | |
parent | Install git in Docker image (diff) |
Merge branch 'master' into statuscats
Diffstat (limited to 'bot/utils/decorators.py')
-rw-r--r-- | bot/utils/decorators.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/utils/decorators.py b/bot/utils/decorators.py index 519e61a9..9e6ef73d 100644 --- a/bot/utils/decorators.py +++ b/bot/utils/decorators.py @@ -285,7 +285,7 @@ def locked() -> t.Union[t.Callable, None]: embed = Embed() embed.colour = Colour.red() - log.debug(f"User tried to invoke a locked command.") + log.debug("User tried to invoke a locked command.") embed.description = ( "You're already using this command. Please wait until " "it is done before you use it again." |