#how to set Multiple activities and status on beta
1 messages · Page 1 of 1 (latest)
you can check the settings Example.json in beta branch
Thanks I will check
"activity":[
{"type": "listening", "name": "/help", "status": "online"}
]
yes
In the example file it was only called listen but this one says listening
which example file you are looking at right now?
There was no example file in the beta?
Oh
There are no examples of other activities 
.
yea we didn't have the docs for beta
but it works the same
"activity":[
{"type": "listening", "name": "/help", "status": "online"},
{"type": "playing", "name": "idk", "status": "idle"},
]
just duplicate it and change the value if you want multiple activities