diff options
Diffstat (limited to 'bot/decorators.py')
-rw-r--r-- | bot/decorators.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/decorators.py b/bot/decorators.py index efd43da0..19eae55b 100644 --- a/bot/decorators.py +++ b/bot/decorators.py @@ -83,7 +83,7 @@ def in_month_listener(*allowed_months: Month) -> typing.Callable: return decorator -def in_month(*allowed_months: Month) -> typing.Callable: +def in_month_command(*allowed_months: Month) -> typing.Callable: """ Check whether the command was invoked in one of `enabled_months`. |