mirror of
https://github.com/Vendicated/Vencord.git
synced 2025-01-09 09:26:22 +00:00
ReplaceGoogleSearch: Fix DuckDuckGo URL (#2895)
This commit is contained in:
parent
e3c29c335f
commit
6c1a220c88
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ import { Flex, Menu } from "@webpack/common";
|
|||
|
||||
const DefaultEngines = {
|
||||
Google: "https://www.google.com/search?q=",
|
||||
DuckDuckGo: "https://duckduckgo.com/",
|
||||
DuckDuckGo: "https://duckduckgo.com/?q=",
|
||||
Brave: "https://search.brave.com/search?q=",
|
||||
Bing: "https://www.bing.com/search?q=",
|
||||
Yahoo: "https://search.yahoo.com/search?p=",
|
||||
|
|
Loading…
Reference in a new issue