From a8b553d37001a1b704b2ffdc13309959b20f6836 Mon Sep 17 00:00:00 2001 From: IrPgFKS0 <2511445@gmail.com> Date: Sat, 2 Sep 2023 23:49:06 -0700 Subject: [PATCH] Corrected Presence format to all for custom type --- config/config.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/config/config.js b/config/config.js index c30dd78..bd78ca8 100644 --- a/config/config.js +++ b/config/config.js @@ -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" }, }