Skip to content

Latest commit

 

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QuestCompleter

QuestCompleter Header

Typing

License: GPL-3.0 Compatibility

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.


Features

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

Installation

Method 1: One-Command Setup (Full Equicord & Plugin Installation)

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 | bash

Windows :

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.


Method 2: Manual Installation

If you already have a Vencord or Equicord repository clone:

  1. Clone this repository into your src/userplugins directory:
    git clone https://github.com/itskonv1/QuestCompleter.git src/userplugins/QuestCompleter
  2. Install dependencies, build, and inject:
    pnpm install --frozen-lockfile
    pnpm build
    pnpm inject
  3. Restart Discord completely, open settings, and toggle QuestCompleter under the UserPlugins section.

Settings Configuration

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.

About

A custom plugin for Vencord and Equicord that automates completing Discord Quests and claiming their rewards

Topics

Resources

Stars

3 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages