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/join.lua | |
| parent | 3355ee655fde11f3bb65037d4090a27e7acb37b1 (diff) | |
fix: added missing 'aliases' property
Diffstat (limited to 'luamods/join.lua')
| -rw-r--r-- | luamods/join.lua | 1 |
1 files changed, 1 insertions, 0 deletions
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) |
