A Vencord and Equicord user plugin that handles Discord Quests automatically in the background. No more idling in random games or waiting for video timers.
QuestCompleter Features:
• Auto-Enroll : Accepts new quests as soon as they drop
• Auto-Claim : Redeems gift codes, profile decorations, or Orbs instantly
• Play in BG : Progresses game/stream quests without keeping games running
• Skip Timers : Bypasses playback wait times on video quests
• IPC Bridge : Solves achievement-based quests by bypassing renderer CSP limits
• Mobile Mode : Watch and complete mobile-only video quests on desktop
• Toast Alerts : Keeps you notified whenever a quest updates or completes
If you do not have Equicord installed yet, this single command handles the entire setup (clones Equicord, sets up this plugin, installs dependencies, builds, and injects):
Linux / macOS:
curl -sSL https://raw.githubusercontent.com/itskonv1/QuestCompleter/main/install.sh | bashWindows :
powershell -ExecutionPolicy Bypass -Command "irm https://raw.githubusercontent.com/itskonv1/QuestCompleter/main/install.ps1 | iex"Important
Make sure to completely restart Discord (close it from system tray or task manager, then reopen) once the script completes.
If you already have a Vencord or Equicord repository clone:
- Clone this repository into your
src/userpluginsdirectory:git clone https://github.com/itskonv1/QuestCompleter.git src/userplugins/QuestCompleter
- Install dependencies, build, and inject:
pnpm install --frozen-lockfile pnpm build pnpm inject
- Restart Discord completely, open settings, and toggle QuestCompleter under the UserPlugins section.
You can customize the plugin's behavior under Settings → Plugins → UserPlugins:
Plugin Settings:
• Auto-Enroll : Enabled (Accept quests)
• Auto-Claim : Enabled (Claim rewards)
• Show Notifications : Enabled (Client toasts)
• Complete Video Quests Quicker : Enabled (Skip video timers)
• Make Mobile Video Quests Compatible : Enabled (Watch mobile quests)
• Debug Mode : Disabled (Log progression)
Developed by @kon.
If you find a bug, have an idea, or want to contribute, feel free to open an issue or submit a pull request.