diff options
author | 2020-09-18 23:01:42 +0800 | |
---|---|---|
committer | 2020-09-18 23:01:42 +0800 | |
commit | 636cda284a5a2c2f51a17e87c8b71c0f6edcfb22 (patch) | |
tree | 3523b6eb11f5d752f9060dfba18dbd68a14ac1b0 /bot/utils/decorators.py | |
parent | Fix typo in casercipher help. (diff) | |
parent | Merge pull request #442 from python-discord/reddit-command-fix (diff) |
Merge branch 'master' into caesar-command
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." |