yorokobot/.env.example
2023-01-28 21:50:46 +01:00

9 lines
246 B
Plaintext

# Discord Token
DISCORD_TOKEN="Enter your Discord secret token"
# MongoDB connection string
MONGODB_URI="Enter your Mongo connection string"
# YorokoBot database name (if not set in Mongo URI)
MONGODB_DATABASE="Enter the MongoDB database name"