1
0
mirror of https://github.com/toast-ts/Daggerbot-TS.git synced 2024-11-17 04:10:59 -05:00

Update streaming activity

This commit is contained in:
toast-ts 2023-10-31 20:15:23 +11:00
parent d63b52dc9d
commit 8a8d40c9e4

View File

@ -1,6 +1,6 @@
{ {
"configName": "Daggerbot", "configName": "Daggerbot",
"embedColor": "#ff69b4", "embedColor": "#0052cf",
"embedColorBackup": "#0052cf", "embedColorBackup": "#0052cf",
"embedColorGreen": "#57f287", "embedColorGreen": "#57f287",
"embedColorOrange": "#cc5210", "embedColorOrange": "#cc5210",
@ -34,7 +34,7 @@
}, },
"botPresence": { "botPresence": {
"activities": [ "activities": [
{"name": "Today is October!", "url": "https://www.youtube.com/watch?v=8wx8lmN5d-I", "type": 1} {"name": "Today is November!", "url": "https://www.youtube.com/watch?v=y242XIPPykg", "type": 1}
], ],
"status": "online" "status": "online"
}, },