Skip to content

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QuestCompleter

Automatically completes Discord quests for you.

Based on the original work by aamiaa - Discord Quest Script

Installation

  1. Clone Vencord (if you haven't already):

    git clone https://github.com/Vendicated/Vencord.git
    cd Vencord
  2. Create userplugins folder:

    mkdir -p src/userplugins
  3. Clone this plugin into userplugins:

    cd src/userplugins
    git clone https://github.com/mituu-rs/questCompleter
    cd ../..
  4. Install dependencies and build:

    pnpm install
    pnpm build
  5. Inject into Discord:

    pnpm inject
  6. Restart Discord and enable the plugin in Vencord settings

Usage

Enable Auto Start in plugin settings to automatically complete quests when you accept them, or use the Vencord Toolbox button (top-right) → "Complete Active Quests" to manually trigger completion.

If you accept several quests at once, they are completed one by one automatically — each quest finishes before the next one starts (quests accepted while the queue is running are picked up too). Stream quests are processed last, since they only progress while you're actually streaming in a VC, so they won't block the quests that complete on their own.

Supported Quest Types

  • ✅ Video Quests
  • ✅ Game Quests
  • ✅ Stream Quests
  • ✅ Activity Quests

Settings

Configure which quest types to auto-complete and notification preferences in the plugin settings.

Notes

  • Game and Stream quests require the official Discord desktop app (not browser or Vesktop)
  • For stream quests, you need at least 1 other person in the voice channel
  • This plugin requires the VencordToolbox plugin to be enabled for manual triggering

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages