aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--aleebot.js10
1 files changed, 9 insertions, 1 deletions
diff --git a/aleebot.js b/aleebot.js
index b53c9eb..e7a41c0 100644
--- a/aleebot.js
+++ b/aleebot.js
@@ -198,7 +198,7 @@ commandProcessed = true;
if(command === 'plan'){
message.channel.send ('```Plans for future versions of AleeBot\n\n' +
'1. Playing Music\n' +
- "2. Error Handler\n```");
+ "If you want a suggestion go DM alee14.\n```");
}
@@ -307,6 +307,14 @@ commandProcessed = true;
message.channel.send(":ship: "+ message.author.username + " x " + message.guild.members.random().displayName);
}
+ try{
+
+ }catch(err){
+ message.reply('Error: '+ err);
+ console.log('A error just happend! Details: '+ err)
+ }
+
+
});
const clean = text => {