Slight edits

pull/1/head
Astoria Floyd 3 years ago
parent 4018def5ec
commit 75bfa98e64

@ -4,7 +4,4 @@ function basicCommands.helloWorld()
return("Hello world!") return("Hello world!")
end end
return basicCommands return basicCommands

@ -1,6 +1,5 @@
local tools = {} local tools = {}
function tools.reseed() function tools.reseed()
local seed = os.time() local seed = os.time()
math.randomseed(seed) math.randomseed(seed)
@ -23,4 +22,5 @@ function tools.messageDectection(message, search)
return false return false
end end
end end
return tools return tools
Loading…
Cancel
Save