From 43a59ca0f4e333a59f336fdcc83243234c90acd6 Mon Sep 17 00:00:00 2001 From: Unknown Date: Mon, 14 Aug 2017 02:14:30 -0400 Subject: Making some updates --- aleebot.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/aleebot.js b/aleebot.js index 1d1f2da..ff33216 100644 --- a/aleebot.js +++ b/aleebot.js @@ -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'){ -- cgit v1.2.3