Automatically completes Discord quests for you.
Based on the original work by aamiaa - Discord Quest Script
-
Clone Vencord (if you haven't already):
git clone https://github.com/Vendicated/Vencord.git cd Vencord -
Create userplugins folder:
mkdir -p src/userplugins
-
Clone this plugin into userplugins:
cd src/userplugins git clone https://github.com/mituu-rs/questCompleter cd ../..
-
Install dependencies and build:
pnpm install pnpm build
-
Inject into Discord:
pnpm inject
-
Restart Discord and enable the plugin in Vencord settings
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.
- ✅ Video Quests
- ✅ Game Quests
- ✅ Stream Quests
- ✅ Activity Quests
Configure which quest types to auto-complete and notification preferences in the plugin settings.
- 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