Google is so Broken

This commit is contained in:
Daniel Odendahl Jr
2017-03-23 00:48:38 +00:00
parent e77de2fa0d
commit 760565f706
+1
View File
@@ -34,6 +34,7 @@ module.exports = class DefineCommand extends commando.Command {
href = querystring.parse(href.replace('/url?', ''));
message.channel.send(href.q);
}).catch(function (err) {
console.log(err);
message.channel.send(':x: Error! No Results Found!');
});
}