Skip to content

mituu-rs/questCompleter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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 Quest" to manually trigger completion.

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

Watchers

Forks

Releases

No releases published

Packages

No packages published