Added message_org module

This commit is contained in:
Nathan Schneider
2021-12-20 20:34:11 -07:00
parent 75f3a80d31
commit fe2d5fdb2a
3 changed files with 40 additions and 1 deletions

View File

@ -8,7 +8,7 @@
-- @field hide "Whether this is a hidden utility module"
local module_template = {
name = "Module Human-Readable Name",
slug = "template",
slug = "module_template",
desc = "Description of the module",
hide = false;
}