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