Don't embed google urls

This commit is contained in:
Dragon Fire
2021-03-13 15:23:12 -05:00
parent 39605dae96
commit 3820b12e16
+1 -1
View File
@@ -46,7 +46,7 @@ module.exports = class GoogleCommand extends Command {
href = `http://lmgtfy.com/?iie=1&q=${encodeURIComponent(query)}`;
}
if (!href) return msg.say('Could not find any results.');
return msg.say(href);
return msg.say(`<${href}>`);
}
async search(query, nsfw) {