This commit is contained in:
Dragon Fire
2024-05-10 10:11:09 -04:00
parent d8f596740c
commit 46349f3363
+1 -1
View File
@@ -27,7 +27,7 @@ module.exports = class GoogleCommand extends Command {
}
async run(msg, { query }) {
const results = await google.search(query, {
const { results } = await google.search(query, {
page: 0,
safe: !msg.channel.nsfw,
parse_ads: false,