add ,now alias

This commit is contained in:
Ben Harris 2020-07-19 15:38:09 -04:00
parent 09e8d6c41c
commit a62f9685d4
1 changed files with 1 additions and 0 deletions

View File

@ -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):