yorokobot/.env.example
2022-11-19 18:52:31 -05:00

9 lines
244 B
Plaintext

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