diff --git a/client.js b/client.js index 70378c8..d842c09 100644 --- a/client.js +++ b/client.js @@ -1069,6 +1069,10 @@ deek.on("message", async function(msg, user){ case "brave": case "google": case "google_cse": + case "startpage": + case "qwant": + case "yep": + case "solofield": case "imgur": case "ftm": scraper = value.toLowerCase(); @@ -1076,7 +1080,7 @@ deek.on("message", async function(msg, user){ break; default: - send(msg, "Choices are: ddg, yandex, brave, google, google_cse, imgur, ftm"); + send(msg, "Choices are: ddg, yandex, brave, google, google_cse, startpage, qwant, yep, solofield, imgur, ftm"); break; } break;