Corrected Presence format to all for custom type

This commit is contained in:
IrPgFKS0 committed 2023-09-02 23:49:06 -07:00
1 parent 63294d3bea
commit a8b553d370
1 file changed
+3 -1
+3 -1
View File
@@ -27,6 +27,8 @@ module.exports = {
mongoURI: process.env.mongoURI || "mongodb://localhost:27017",
dbo: process.env.dbo || "knoldus",
Presence: {
status: "online", // You can show online, idle, and dnd
// type: 2, // Listening
// name: "", // What message you want after "Listening to"
status: "online", // You can show either "idle", "dnd", "online", or "offline"
},
}