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",
|
mongoURI: process.env.mongoURI || "mongodb://localhost:27017",
|
||||||
dbo: process.env.dbo || "knoldus",
|
dbo: process.env.dbo || "knoldus",
|
||||||
Presence: {
|
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