Wikipedia Error Log Removal

This commit is contained in:
dragonfire535
2017-03-06 23:15:43 -05:00
parent ff107dabdd
commit 83856539ef
+1 -2
View File
@@ -54,8 +54,7 @@ class WikipediaCommand extends commando.Command {
}
}
}).catch(function (err) {
message.channel.sendMessage(":x: Error! Unknown error!");
console.log(err);
message.channel.sendMessage(":x: Error! Entry Not Found!");
});
}
}