mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:36:43 +02:00
Stop Logging Google
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user