diff options
| author | Alee14 <Alee14498@gmail.com> | 2017-07-27 12:35:46 -0400 |
|---|---|---|
| committer | Alee14 <Alee14498@gmail.com> | 2017-07-27 12:35:46 -0400 |
| commit | 2725535eda7f0175c3b467919c0bb5d918d2f2bb (patch) | |
| tree | f0bb6eb340ba5e305d9fcd6035fadf5f6c1cc1cb | |
| parent | 79a03c171b1f580c2c959303d02c3d8bdc9ebf1b (diff) | |
| download | AleeBot-2725535eda7f0175c3b467919c0bb5d918d2f2bb.tar.gz AleeBot-2725535eda7f0175c3b467919c0bb5d918d2f2bb.tar.bz2 AleeBot-2725535eda7f0175c3b467919c0bb5d918d2f2bb.zip | |
Adding the version command
| -rw-r--r-- | aleebot.js | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -154,7 +154,8 @@ client.on("message", function(message){ 'ab:ping\n' + 'ab:pong\n' + 'ab:owner\n' + - 'ab:suggest```'); + 'ab:suggest\n' + + 'ab:version ```'); } if(message.content === prefix + 'owner'){ |
