diff options
author | 2020-09-15 11:19:31 +0700 | |
---|---|---|
committer | 2020-09-15 11:19:31 +0700 | |
commit | 58bf220e216b5568eea35f3bca9e1770dd9b1cc9 (patch) | |
tree | 93ab8a05a69e10f43a77b6606ed67fcf76c3abfa /bot/utils/decorators.py | |
parent | Apply suggestions from code review (diff) | |
parent | Merge pull request #435 from python-discord/topic-embeds (diff) |
Merge branch 'master' into master
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." |