diff --git a/tilderadio.py b/tilderadio.py index ba84911..13d4aee 100644 --- a/tilderadio.py +++ b/tilderadio.py @@ -300,6 +300,7 @@ class Module(ModuleManager.BaseModule): f"my primary channel is {CHANNEL} and i will send dj announcements to {NOTIFY_CHANNELS}" ) + @utils.hook("received.command.now", alias_of="utcnow") @utils.hook("received.command.utcnow") @utils.kwarg("help", "show current utc time") def utcnow(self, event):