fix/reference error in config Presence

This commit is contained in:
SowinskiBraeden committed 2023-09-10 15:33:55 -07:00
1 parent ca31b9b528
commit e83b05b2ad
1 file changed
+1 -1
+1 -1
View File
@@ -27,7 +27,7 @@ module.exports = {
mongoURI: process.env.mongoURI || "mongodb://localhost:27017",
dbo: process.env.dbo || "knoldus",
Presence: {
type: CommandOptions.String, // Watching, Playing = 0, Streaming = 1, Listening = 2, Custom = 4, Competing = 5
type: 1, // Watching, Playing = 0, Streaming = 1, Listening = 2, Custom = 4, Competing = 5
name: "DayZ Logs", // What message you want after type
status: "online", // You can show either "idle", "dnd", "online", or "offline"
},