Adds a command to send a internet search link
Default Engine includes
- Bing
- Yahoo
- DuckDuckGo
- Baidu
- Yandex
- Ecosia
- Ask
- AOL
- LetMeGoogleThatForYou
As your custom search engine, I'd highly recommend Peakless
You dont, but ig fork and open a pr if you want
You can either git clone the repository OR manually install it by downloading it as a zip file.
Warning
Make sure you have the Vencord developer build installed.
Important
Inside the Vencord folder should be a folder called src. If you haven't already, create a folder called userplugins inside the src folder.
The full cloning installation guide can be found here or via the official Vencord Docs.
- Direct your terminal (command prompt/CMD) to the
userpluginsfolder, e.g.cd src/userplugins. - Open the terminal and paste
git clone https://github.com/KrstlSkll69/googleThat - Ensure it's structured as
src/userplugins/googleThatorsrc/userplugins/googleThat-main - Run
pnpm buildin the terminal (command prompt/CMD) and the plugin should be added.
- Click the green
<> Codebutton at the top right of the repository and selectDownload ZIP - Unzip the downloaded ZIP file into the
userpluginsfolder. - Ensure it's structured as
src/userplugins/googleThatorsrc/userplugins/googleThat-main - Run
pnpm buildin the terminal (command prompt/CMD) and the plugin should be added.
