From 2a94e9853dcee82087d9704e17b93f24353ef06d Mon Sep 17 00:00:00 2001 From: Alee14 Date: Wed, 8 Nov 2017 20:14:45 -0500 Subject: Update aleebot.js --- aleebot.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aleebot.js b/aleebot.js index dfb1753..523dea4 100644 --- a/aleebot.js +++ b/aleebot.js @@ -102,7 +102,7 @@ client.on("message", function(message) { let commandFile = require(`./commands/${command}.js`); commandFile.run(client, message, args, config, abversion); } catch (err) { - message.channel.send(`:no_entry_sign: Error!\n The command you're looking for isn't found try to type ab:help for commands!`); + message.channel.send(`:no_entry_sign: Error!\n The command that you're looking for isn't found try to type ab:help for commands!`); log(err); } -- cgit v1.2.3