12 lines
272 B
Plaintext
12 lines
272 B
Plaintext
# Discord Bot Token (get from Discord Developer Portal)
|
|
DISCORD_TOKEN=your_bot_token_here
|
|
|
|
# MariaDB Configuration
|
|
DB_HOST=localhost
|
|
DB_USER=root
|
|
DB_PASSWORD=your_password_here
|
|
DB_NAME=rp_bot
|
|
|
|
# Optional: Bot Owner ID (for admin commands)
|
|
# BOT_OWNER_ID=your_user_id_here
|