fix/activities[0].name is not string error

This commit is contained in:
SowinskiBraeden committed 2023-09-03 09:57:30 -07:00
1 parent 661c32baf2
commit 5d624a96b0
2 files changed
+3 -3

No files matched your search

+2 -2
View File
@@ -27,8 +27,8 @@ module.exports = {
mongoURI: process.env.mongoURI || "mongodb://localhost:27017",
dbo: process.env.dbo || "knoldus",
Presence: {
// type: 2, // Listening
// name: "", // What message you want after "Listening to"
type: 3, // Watching, Playing = 0, Streaming = 1, Listening = 2, Custom = 4, Competing = 5
name: "DayZ Reforger's Logs", // What message you want after type
status: "online", // You can show either "idle", "dnd", "online", or "offline"
},
}