diff --git a/config/config.js b/config/config.js index aaf1d4c..499b761 100644 --- a/config/config.js +++ b/config/config.js @@ -27,7 +27,7 @@ module.exports = { mongoURI: process.env.mongoURI || "mongodb://localhost:27017", dbo: process.env.dbo || "knoldus", Presence: { - type: CommandOptions.String, // Watching, Playing = 0, Streaming = 1, Listening = 2, Custom = 4, Competing = 5 + type: 1, // Watching, Playing = 0, Streaming = 1, Listening = 2, Custom = 4, Competing = 5 name: "DayZ Logs", // What message you want after type status: "online", // You can show either "idle", "dnd", "online", or "offline" },