aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlee14 <Alee14498@gmail.com>2017-11-08 20:11:20 -0500
committerGitHub <noreply@github.com>2017-11-08 20:11:20 -0500
commitaf39f79d634aa2531b7e0dc386118c1e0d3a760a (patch)
tree48c836fed9292f746c83a4cebf0f1a348e1729cf
parent97462f82e7bc81da738807f03be2b0c5a7e57379 (diff)
downloadAleeBot-af39f79d634aa2531b7e0dc386118c1e0d3a760a.tar.gz
AleeBot-af39f79d634aa2531b7e0dc386118c1e0d3a760a.tar.bz2
AleeBot-af39f79d634aa2531b7e0dc386118c1e0d3a760a.zip
Update aleebot.js
-rw-r--r--aleebot.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/aleebot.js b/aleebot.js
index ca66b48..dfb1753 100644
--- a/aleebot.js
+++ b/aleebot.js
@@ -59,7 +59,7 @@ client.on('ready', () => {
log(`[>] AleeBot is now ready! Running version ${abversion} in ${client.guilds.size} guilds`);
client.user.setPresence({
game: {
- name: 'with version' +abversion,
+ name: 'with version ' +abversion,
type: 0
}
});
@@ -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 ${command} isn't found!`);
+ message.channel.send(`:no_entry_sign: Error!\n The command you're looking for isn't found try to type ab:help for commands!`);
log(err);
}