Stop Logging Google

This commit is contained in:
dragonfire535
2017-03-13 09:37:20 -04:00
parent aabcff7959
commit 31d1d79fa7
-1
View File
@@ -24,7 +24,6 @@ class GoogleCommand extends commando.Command {
} else {
google.resultsPerPage = 2
google(searchQuery, function (err, res) {
console.log(res);
if (err) message.channel.sendMessage(':x: An Error Occurred! Try again later!');
let link = res.links;
if(link === undefined) {