From 75bfa98e6487ddc6ae07f45956ae6e0d0012a4d3 Mon Sep 17 00:00:00 2001 From: Astoria Floyd Date: Fri, 6 Aug 2021 18:28:15 -0500 Subject: [PATCH] Slight edits --- basicCommands.lua | 3 --- tools.lua | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) 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