Files
revanced-bots/bots/discord/docs
Palm 77fefb9bef chore: fix more build issues
BREAKING CHANGE: In `@revanced/discord-bot`, its environment variable
                 `DATABASE_URL` has been renamed to `DATABASE_PATH`
                 and the `file:` prefix is no longer needed
2024-07-08 17:48:45 +00:00
..

🤖 ReVanced Discord Bot

This documentation explains how to start developing, and how to configure the bot.

📖 Table of contents

  1. 🏗️ Set up the development environment (if you haven't already)
  2. ⚙️ Configuration
  3. 🗣️ Adding auto-responses
  4. 🏃🏻‍♂️ Running the bot
  5. Command and events
  6. 🫙 Storing data

⏭️ Start here

The next page will tell you how to configure the bot.

Continue: ⚙️ Configuration