helpme instead of ThemHelp

pull/1/head
Astoria Floyd 3 years ago
parent 0334c6efbf
commit 7027c90da4

@ -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)

Loading…
Cancel
Save