not-ilinked / Anarchy

The superior Discord API wrapper
https://anarchyteam.dev
207 stars 46 forks source link

Custom status dont work #3355

Open Mrgaton opened 1 year ago

Mrgaton commented 1 year ago

Custom status dont work when im not log in att account on normal discord image

Using discord socket client

Mrgaton commented 1 year ago

And how i do reply a message

verticalsync commented 1 year ago

Custom status dont work when im not log in att account on normal discord image

Using discord socket client

This is because discord changed from having a simple API endpoint to change custom status instead into it's own settings endpoint which accepts protobuf data, instead of just a bunch of json data.