diff --git a/bot.lua b/bot.lua index 29528aa..47ea10a 100644 --- a/bot.lua +++ b/bot.lua @@ -22,7 +22,7 @@ client:on('messageCreate', function(message) end) client:on('messageCreate', function(message) - if tools.messageDectection(message, "ThemHelp") == true then + if tools.messageDectection(message, "helpme") == true then message.channel:send(tools.printFile("docs/help")) end end)