Files
Sweetbot/env.example
2026-06-26 16:02:46 -04:00

18 lines
820 B
Plaintext

# ─── Discord ──────────────────────────────────────────────────────────────────
DISCORD_TOKEN=your_bot_token_here
DISCORD_CLIENT_ID=your_application_client_id
DISCORD_GUILD_ID=your_guild_id_here # Remove or leave blank for global slash commands
# Prefix for !char and !rankings commands (default: !)
BOT_PREFIX=!
# Channel ID where daily rankings will be posted (right-click channel → Copy Channel ID)
RANKINGS_CHANNEL_ID=your_channel_id_here
# ─── Database (same as MapleCore .env.local) ──────────────────────────────────
DB_HOST=localhost
DB_PORT=3306
DB_USER=root
DB_PASSWORD=root
DB_NAME=cosmic