local basicCommands = {} function helloWorld() return("Hello world!") end return basicCommands