diff options
| author | Alee14 <Alee14498@gmail.com> | 2017-07-28 16:16:46 -0400 |
|---|---|---|
| committer | Alee14 <Alee14498@gmail.com> | 2017-07-28 16:16:46 -0400 |
| commit | 20993df62e7e38ed43428aafa5981afc3543bdea (patch) | |
| tree | 6e7896014337af945c0d2a8141b2a036a51c155c /aleebot.js | |
| parent | 3bc9cd39cd5181a9d0ce326106327153f6a23274 (diff) | |
| download | AleeBot-20993df62e7e38ed43428aafa5981afc3543bdea.tar.gz AleeBot-20993df62e7e38ed43428aafa5981afc3543bdea.tar.bz2 AleeBot-20993df62e7e38ed43428aafa5981afc3543bdea.zip | |
Soon ab:help is having a rewrite!
Diffstat (limited to 'aleebot.js')
| -rw-r--r-- | aleebot.js | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -142,7 +142,8 @@ client.on("message", function(message){ 'ab:ping\n' + 'ab:owner\n' + 'ab:suggest\n\n' + - "The version that AleeBot's running is " + ver + "!```"); + "The version that AleeBot's running is " + ver + "!\n" + + 'Coming soon this command is going to have a rewrite!!!```'); } if(message.content === prefix + 'profile'){ |
