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
Can you elaborate? I checked the source was trying to understand if there were default scopes (there doesn't seem to be).
My guess:
If your app is approved by Discord and you use websocket transport, you have to request proper scope
If you're in development mode (using ipc transport) you don't require the scope
If this is correct, I can issue a PR with added documentation perhaps! Either way, fill me in and thanks so much for you work on this. We've almost got the whole invite/approval flow working but we have a bug (on our end I'm pretty sure)
<3
The text was updated successfully, but these errors were encountered:
@framerate if you are only using rich presence you do not provide any scopes or even a client secret. If you want to do other things like query user information or whatever you'll need to provide the additional scopes you want to use, both in websocket and ipc.
Can you elaborate? I checked the source was trying to understand if there were default scopes (there doesn't seem to be).
My guess:
If this is correct, I can issue a PR with added documentation perhaps! Either way, fill me in and thanks so much for you work on this. We've almost got the whole invite/approval flow working but we have a bug (on our end I'm pretty sure)
<3
The text was updated successfully, but these errors were encountered: