10 lines
391 B
Plaintext
10 lines
391 B
Plaintext
# Required: your bot token from https://discord.com/developers/applications
|
|
DISCORD_TOKEN=your-bot-token-here
|
|
|
|
# Required: PostgreSQL connection string
|
|
DATABASE_URL=postgres://user:password@localhost:5432/cyclingbot?sslmode=disable
|
|
|
|
# Optional: restrict slash command registration to a specific server (instant propagation)
|
|
# Leave blank for global commands (~1 hour to propagate)
|
|
GUILD_ID=
|