diff options
| author | ilotterytea <iltsu@alright.party> | 2025-04-17 01:58:26 +0500 |
|---|---|---|
| committer | ilotterytea <iltsu@alright.party> | 2025-04-17 01:58:26 +0500 |
| commit | 05a2b0472ed116fb5939a25e44aaecbcfa9d7537 (patch) | |
| tree | 9f3e60af29d93b797ed05112b55f1415beca87ff /luamods/event.lua | |
| parent | 3355ee655fde11f3bb65037d4090a27e7acb37b1 (diff) | |
fix: added missing 'aliases' property
Diffstat (limited to 'luamods/event.lua')
| -rw-r--r-- | luamods/event.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/luamods/event.lua b/luamods/event.lua index be27622..d6eb273 100644 --- a/luamods/event.lua +++ b/luamods/event.lua @@ -159,6 +159,7 @@ The `!event` command gives the ability to manage events. ]], delay_sec = 1, options = {}, + aliases = {}, subcommands = { "on", "off", "list", "edit", "settarget", "setmassping", "call", "view" }, minimal_rights = "moderator", handle = function(request) |
