From 4b3c016d3413bb4b0ec1dcf8e1ccd359d8c1f72b Mon Sep 17 00:00:00 2001 From: Astoria Floyd Date: Sat, 7 Aug 2021 13:02:33 -0500 Subject: [PATCH] Fixed a inconsistancy --- simpleCommands.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/simpleCommands.lua b/simpleCommands.lua index 45988f5..3d47c0f 100644 --- a/simpleCommands.lua +++ b/simpleCommands.lua @@ -1,5 +1,6 @@ local basicCommands = {} local prefix = require("./settings.lua") + local commands = { -- Define commands its a table that will contain our commands [prefix..'lenny'] = { -- Creates a lenny face exec = function (message)