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
|
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"
|