Skip to content
This repository has been archived by the owner on Nov 30, 2024. It is now read-only.

Latest commit

 

History

History
16 lines (12 loc) · 729 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 729 Bytes

Search Link

A search link generator for Google, Duckduckgo, Brave and Wikipedia.

It simply generates a link based on the search engine you specify and the keywords you use. I made this to serve my lazy side to generate the link without opening a browser.

Setup

  • Login to YAGPDB dashboard. (https://yagpdb.xyz/manage)
  • Navigate: Custom Commands -> Commands -> Create a new custom command.
  • Trigger type: regex
  • Trigger: ^-\b(google|duck|brave|wiki)\b(\s+|\z)
  • Copy and paste code in the response field.
  • Save.

Preview

image