yorokobot/.env.example

9 lines
246 B
Plaintext
Raw Normal View History

2022-10-17 06:15:59 +02:00
# Discord Token
DISCORD_TOKEN="Enter your Discord secret token"
# MongoDB connection string
2022-11-21 01:16:45 +01:00
MONGODB_URI="Enter your Mongo connection string"
2022-11-20 00:52:31 +01:00
# YorokoBot database name (if not set in Mongo URI)
2022-11-21 01:16:45 +01:00
MONGODB_DATABASE="Enter the MongoDB database name"