fix/presence message
This commit is contained in:
2 files changed
+2
-2
No files matched your search
+1
-1
@@ -27,7 +27,7 @@ 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: {
|
||||||
type: 1, // Watching, Playing = 0, Streaming = 1, Listening = 2, Custom = 4, Competing = 5
|
type: 3, // Playing = 0, Streaming = 1, Listening = 2, Watching = 3, Custom = 4, Competing = 5
|
||||||
name: "DayZ Logs", // What message you want after type
|
name: "DayZ Logs", // What message you want after type
|
||||||
status: "online", // You can show either "idle", "dnd", "online", or "offline"
|
status: "online", // You can show either "idle", "dnd", "online", or "offline"
|
||||||
},
|
},
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "dayzr-bot",
|
"name": "dayzr-bot",
|
||||||
"version": "10.0.8",
|
"version": "10.0.9",
|
||||||
"description": "A General Purpose Discord Bot for DayZ Nitrado Servers.",
|
"description": "A General Purpose Discord Bot for DayZ Nitrado Servers.",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"nodemonConfig": {
|
"nodemonConfig": {
|
||||||
|
|||||||
Reference in new issue
Block a user