diff options
| author | Unknown <Alee14498@gmail.com> | 2017-08-14 02:14:30 -0400 |
|---|---|---|
| committer | Unknown <Alee14498@gmail.com> | 2017-08-14 02:14:30 -0400 |
| commit | 43a59ca0f4e333a59f336fdcc83243234c90acd6 (patch) | |
| tree | 4fac445904bdae3ac5c7b54ce44fe24293b12cd2 | |
| parent | ee465e1e741452533392a6f923c470833c4c44c1 (diff) | |
| download | AleeBot-43a59ca0f4e333a59f336fdcc83243234c90acd6.tar.gz AleeBot-43a59ca0f4e333a59f336fdcc83243234c90acd6.tar.bz2 AleeBot-43a59ca0f4e333a59f336fdcc83243234c90acd6.zip | |
Making some updates
| -rw-r--r-- | aleebot.js | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -208,9 +208,8 @@ commandProcessed = true; if(command === 'plan'){ message.channel.send ('```Plans for future versions of AleeBot\n\n' + - '1. AI\n' + - '2. Playing Music\n' + - "3. Error Handler\n```"); + '1. Playing Music\n' + + "2. Error Handler\n```"); } if(message.content == 'AleeBot sucks'){ |
