# Configuration

### Configuration

Open the `config.json` file and fill in the following details:

* **token:** Your Discord bot token.
* **clientId:** The client ID of your bot.
* **logsChannelId:** Channel ID where logs will be sent.
* **logsColor:** Hex color code for log messages.
* **licenseKey:** Your product license key for validation. Get yours at: <https://discord.gg/paY9D77tMP>

```json
{
  "token": "YOUR_DISCORD_BOT_TOKEN",
  "clientId": "YOUR_BOT_CLIENT_ID",
  "logsChannelId": "YOUR_LOGS_CHANNEL_ID",
  "logsColor": "#FF5733",
  "licenseKey": "YOUR_LICENSE_KEY"
}
```
