Use /urban slash command to search for a definition for a word on Urban Dictionary.
- Enable this plugin
- Set plugin settings as desired
- Type /urban and start getting definitions right into your Discord client.
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
userplugins
folder, e.g.cd src/userplugins
. - Open the terminal and paste
git clone https://github.com/KrstlSkll69/urbanSearch
- Ensure it's structured as
src/userplugins/urbanSearch
orsrc/userplugins/urbanSearch-main
- Run
pnpm build
in the terminal (command prompt/CMD) and the plugin should be added.
- Click the green
<> Code
button at the top right of the repository and selectDownload ZIP
- Unzip the downloaded ZIP file into the
userplugins
folder. - Ensure it's structured as
src/userplugins/urbanSearch
orsrc/userplugins/urbanSearch-main
- Run
pnpm build
in the terminal (command prompt/CMD) and the plugin should be added.