Corrected Presence format to all for custom type
This commit is contained in:
1 file changed
+3
-1
+3
-1
@@ -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"
|
||||
},
|
||||
}
|
||||
Reference in new issue
Block a user