Skip to content
This repository was archived by the owner on Apr 26, 2026. It is now read-only.

Commit eb5f314

Browse files
committed
tweaked bot statuses to work with discord's new API changes
1 parent 3cb8373 commit eb5f314

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

Monitor-App/config/rich_presence.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
{
55
"name": "BOT_WATCHING",
66
"details": {
7-
"text": "channels",
7+
"text": "Watching channels",
88
"enabled": true
99
},
1010
"state": {
@@ -16,7 +16,7 @@
1616
{
1717
"name": "BOT_LISTENING",
1818
"details": {
19-
"text": "messages",
19+
"text": "Listening to messages",
2020
"enabled": true
2121
},
2222
"state": {
@@ -28,7 +28,7 @@
2828
{
2929
"name": "BOT_PLAYING",
3030
"details": {
31-
"text": "with logs",
31+
"text": "Playing with logs",
3232
"enabled": true
3333
},
3434
"state": {
@@ -40,7 +40,7 @@
4040
{
4141
"name": "BOT_STREAMING",
4242
"details": {
43-
"text": "messages",
43+
"text": "Streaming messages",
4444
"enabled": true
4545
},
4646
"state": {

0 commit comments

Comments
 (0)