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