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/join.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'luamods/join.lua') diff --git a/luamods/join.lua b/luamods/join.lua index 43d7c65..e663c96 100644 --- a/luamods/join.lua +++ b/luamods/join.lua @@ -30,6 +30,7 @@ return { description = "Add the bot to your channel.", delay_sec = 1, options = {}, + aliases = {}, subcommands = { "silent" }, minimal_rights = "user", handle = function(request) -- cgit v1.2.3