Slight edits

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

@ -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
end
end
return tools
Loading…
Cancel
Save