Files
revanced-bots/bots/discord/docs/README.md
2024-06-24 18:23:29 +07:00

18 lines
597 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. [🏃🏻‍♂️ Running the server](./2_running.md)
3. [🗣️ Command and events](./3_commands_and_events.md)
4. [🫙 Storing data](./4_databases.md)
## ⏭️ Start here
The next page will tell you how to configure the bot.
Continue: [⚙️ Configuration](./1_configuration.md)