This commit is contained in:
Daniel Odendahl Jr
2018-08-28 17:06:46 +00:00
parent 7f040d5b12
commit 5f81ce16c3
+1 -1
View File
@@ -34,7 +34,7 @@ module.exports = class GoogleCommand extends Command {
} catch (err) {
try {
href = await this.customSearch(query, nsfw);
} catch (err) {
} catch (err2) {
href = `http://lmgtfy.com/?iie=1&q=${encodeURIComponent(query)}`;
}
}