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/ping.lua | |
| parent | 3355ee655fde11f3bb65037d4090a27e7acb37b1 (diff) | |
fix: added missing 'aliases' property
Diffstat (limited to 'luamods/ping.lua')
| -rw-r--r-- | luamods/ping.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/luamods/ping.lua b/luamods/ping.lua index d6ac40d..d314cb2 100644 --- a/luamods/ping.lua +++ b/luamods/ping.lua @@ -4,6 +4,7 @@ return { "The `!ping` command checks to see if it's alive and gives a bunch of other data like memory usage, compiler version, etc.", delay_sec = 5, options = {}, + aliases = {}, subcommands = {}, minimal_rights = "user", handle = function(request) |
