diff --git a/basicCommands.lua b/basicCommands.lua index 2f2cf13..e0d6a6a 100644 --- a/basicCommands.lua +++ b/basicCommands.lua @@ -4,7 +4,4 @@ function basicCommands.helloWorld() return("Hello world!") end - - - return basicCommands diff --git a/tools.lua b/tools.lua index 304959b..f9b05a7 100644 --- a/tools.lua +++ b/tools.lua @@ -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 \ No newline at end of file