summaryrefslogtreecommitdiff
path: root/luamods/hello.lua
diff options
context:
space:
mode:
authorilotterytea <iltsu@alright.party>2025-04-17 01:58:26 +0500
committerilotterytea <iltsu@alright.party>2025-04-17 01:58:26 +0500
commit05a2b0472ed116fb5939a25e44aaecbcfa9d7537 (patch)
tree9f3e60af29d93b797ed05112b55f1415beca87ff /luamods/hello.lua
parent3355ee655fde11f3bb65037d4090a27e7acb37b1 (diff)
fix: added missing 'aliases' property
Diffstat (limited to 'luamods/hello.lua')
-rw-r--r--luamods/hello.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/luamods/hello.lua b/luamods/hello.lua
index 5facbf5..b359f4c 100644
--- a/luamods/hello.lua
+++ b/luamods/hello.lua
@@ -2,6 +2,7 @@ return {
name = "hello",
delay_sec = 5,
options = {},
+ aliases = {},
subcommands = {},
minimal_rights = "user",
handle = function(request)