diff options
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'){ |
