From 05a2b0472ed116fb5939a25e44aaecbcfa9d7537 Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Thu, 17 Apr 2025 01:58:26 +0500 Subject: fix: added missing 'aliases' property --- luamods/ping.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'luamods/ping.lua') 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) -- cgit v1.2.3