lsft/modules/server/hello.txt

10 lines
147 B
Text
Raw Normal View History

2021-12-14 20:11:04 -05:00
--@name
--@author
--@server
core.modules.hello = {
version = 69420,
commands = {
helloworld = function() print("hi") end,
},
}