You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chorus should, ideally, behave exactly like a Discord Client when interacting with Spacebar-Compatible APIs. This means that every WebSocket message, every API call, every field in every JSON sent should ideally 100% match what Discord are doing on their Client.
The text was updated successfully, but these errors were encountered:
Honestly this feels like more of a guiding principle rather than a goal to achieve - complete mimicry is realistically impossible, but there are a few things we could do to be less identifiable
potentially we can have these properties stored for each ChorusUser, which can be either left at safe defaults or set by library consumers as they please
chorus should, ideally, behave
exactly
like a Discord Client when interacting with Spacebar-Compatible APIs. This means that every WebSocket message, every API call, every field in every JSON sent should ideally 100% match what Discord are doing on their Client.The text was updated successfully, but these errors were encountered: