mirror of
https://github.com/ReVanced/revanced-bots.git
synced 2026-01-11 13:56:15 +00:00
FEATURES: - Updated documentation - Improved configuration format - Allow filter overriding for each response config (closes #29) - Improved commands directory structure - Improved slash command reload script - New commands - New command exception handling
19 lines
656 B
Markdown
19 lines
656 B
Markdown
# 🤖 ReVanced Discord Bot
|
|
|
|
This documentation explains how to start developing, and how to configure the bot.
|
|
|
|
## 📖 Table of contents
|
|
|
|
0. [🏗️ Set up the development environment (if you haven't already)](../../../docs/0_development_environment.md)
|
|
1. [⚙️ Configuration](./1_configuration.md)
|
|
2. [🗣️ Adding auto-responses](./2_adding_autoresponses.md)
|
|
3. [🏃🏻♂️ Running the bot](./3_running.md)
|
|
4. [✨ Command and events](./4_commands_and_events.md)
|
|
5. [🫙 Storing data](./5_databases.md)
|
|
|
|
## ⏭️ Start here
|
|
|
|
The next page will tell you how to configure the bot.
|
|
|
|
Continue: [⚙️ Configuration](./1_configuration.md)
|