aboutsummaryrefslogtreecommitdiff
path: root/aleebot.js
diff options
context:
space:
mode:
authorAlee14 <Alee14498@gmail.com>2017-11-08 20:14:45 -0500
committerGitHub <noreply@github.com>2017-11-08 20:14:45 -0500
commit2a94e9853dcee82087d9704e17b93f24353ef06d (patch)
treec1e6478951954de9fb2bd30a575a034e3b5a6dff /aleebot.js
parent1fac1c1eedcef388b00b2949ec8963fc91370d50 (diff)
downloadAleeBot-2a94e9853dcee82087d9704e17b93f24353ef06d.tar.gz
AleeBot-2a94e9853dcee82087d9704e17b93f24353ef06d.tar.bz2
AleeBot-2a94e9853dcee82087d9704e17b93f24353ef06d.zip
Update aleebot.js
Diffstat (limited to 'aleebot.js')
-rw-r--r--aleebot.js2
1 files changed, 1 insertions, 1 deletions
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);
}