@ -4,7 +4,4 @@ function basicCommands.helloWorld()
return("Hello world!")
end
return basicCommands
@ -1,6 +1,5 @@
local tools = {}
function tools.reseed()
local seed = os.time()
math.randomseed(seed)
@ -23,4 +22,5 @@ function tools.messageDectection(message, search)
return false
return tools