diff options
| author | Alee14 <Alee14498@gmail.com> | 2017-11-08 20:14:45 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-11-08 20:14:45 -0500 |
| commit | 2a94e9853dcee82087d9704e17b93f24353ef06d (patch) | |
| tree | c1e6478951954de9fb2bd30a575a034e3b5a6dff | |
| parent | 1fac1c1eedcef388b00b2949ec8963fc91370d50 (diff) | |
| download | AleeBot-2a94e9853dcee82087d9704e17b93f24353ef06d.tar.gz AleeBot-2a94e9853dcee82087d9704e17b93f24353ef06d.tar.bz2 AleeBot-2a94e9853dcee82087d9704e17b93f24353ef06d.zip | |
Update aleebot.js
| -rw-r--r-- | aleebot.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); } |
