# Veyra Clan Manager Setup Guide
Welcome to your new Clan Management system! Follow these steps to get your bot up and running in minutes.
## 1. Prerequisites
- **Node.js**: Version 16.11.0 or higher.
- **MySQL**: A running MySQL server (Local or Remote).
- **Discord Bot**: Created on the [Discord Developer Portal](https://discord.com/developers/applications).
## 2. Database Configuration
1. Open your MySQL client (e.g., HeidiSQL, phpMyAdmin).
2. Create a new database named `veyra_clans`.
3. Import the `install.sql` file provided in the root directory.
## 3. Bot Configuration
1. Open `config.js` in the root folder.
2. Replace `YOUR_BOT_TOKEN` with your actual bot token.
3. Replace `YOUR_CLIENT_ID` with your bot's Application ID.
4. Replace `YOUR_GUILD_ID` with your Discord Server ID.
5. Update all Role and Channel IDs in the `roles` and `channels` sections.
6. Enter your MySQL credentials in the `database` section.
## 4. Installation
Open your terminal in the bot's root folder and run:
```bash
npm install
```
## 5. Deployment
Register your slash commands with Discord by running:
```bash
npm run deploy
```
## 6. Launch
Start your bot:
```bash
npm start
```
---
**Need Help?** Join our support server: [discord.gg/veyra](https://discord.gg/veyra)