You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hi sir how can i use age-restriction for safe search ?
i tried like this
googleit({
query: "my input",
safe: "high",//already tried "active", "on","true"
ageRestriction: true,
disableConsole: true
}).then(results => {
message.channel.send(results[0])
})
but nothing works.
The text was updated successfully, but these errors were encountered:
icwbot
changed the title
age-restriction
how can use age-restriction ?
Dec 8, 2019
##question
hi sir how can i use age-restriction for safe search ?
i tried like this
googleit({
query: "my input",
safe: "high",//already tried "active", "on","true"
ageRestriction: true,
disableConsole: true
}).then(results => {
message.channel.send(results[0])
})
but nothing works.
The text was updated successfully, but these errors were encountered: