diff --git a/sopel-bot/modules/spaceapi.py b/sopel-bot/modules/spaceapi.py index ed361f2..b959f0e 100644 --- a/sopel-bot/modules/spaceapi.py +++ b/sopel-bot/modules/spaceapi.py @@ -53,6 +53,6 @@ def check_status(bot, human=False): def interval_check_status(bot): check_status(bot) -@sopel.module.commands('status') +@sopel.module.commands('status','help') def cmd_check_status(bot, trigger): check_status(bot, True)