change/acivity name

This commit is contained in:
SowinskiBraeden committed 2023-09-03 10:00:20 -07:00
1 parent 5d624a96b0
commit d0bd645816
2 files changed
+2 -2

No files matched your search

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