distancer/cmd_.lua

14 lines
435 B
Lua
Raw Normal View History

2020-11-20 09:11:48 -08:00
distancer.register_help({
Name = "mymodule",
Usage = ".dis mymodule",
Description = "Enter the description of you module.",
Parameter = "Has your command Parameter?"
}
)
2020-11-24 09:46:54 -08:00
distancer.commands["mymodule"] = function()
2020-11-20 09:11:48 -08:00
-- Here you can write your own code
end -- distancer["who"