aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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);
}