AskFriday

Hover a Discord message, ask AI to draft your reply.

AskFriday is a Vencord plugin. Hover any message, click the Ask Friday button, and an LLM drafts a reply straight into your compose box, using the surrounding conversation as context. You read it, edit it, and hit send. It never sends for you.

View on GitHub Read the docs

What it does

Desktop only - Vencord on the desktop app or Vesktop. It won't run on Discord in a browser.

Install

Requires Node.js, pnpm, and git. AskFriday is built into Vencord from source.

# 1. get a Vencord source tree
git clone https://github.com/Vendicated/Vencord && cd Vencord
pnpm install --frozen-lockfile

# 2. drop AskFriday into userplugins (copy, don't symlink)
mkdir -p src/userplugins
cp -r /path/to/AskFridayDiscord/askFriday src/userplugins/askFriday

# 3. build, then load it
pnpm build
pnpm inject   # stock Discord; for Vesktop, point it at Vencord/dist instead

Fully restart Discord, then Settings → Vencord → Plugins → AskFriday, enable it, and open the cog to set your provider, key, tone, and personality. Full steps in the README.