Skip to content

Commit

Permalink
You need guilds to enum the soundboard sounds
Browse files Browse the repository at this point in the history
  • Loading branch information
Hacksore committed Jul 28, 2024
1 parent f981bdb commit c8a9fc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/desktop/src/rpc/manager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ class SocketManager {
this.send({
args: {
client_id: APP_ID,
scopes: ["identify", "rpc", "rpc.voice.read", "rpc.video.read", "rpc.screenshare.read"],
scopes: ["identify", "rpc", "rpc.voice.read", "rpc.video.read", "rpc.screenshare.read", "guilds"],
},
cmd: RPCCommand.AUTHORIZE,
});
Expand Down

0 comments on commit c8a9fc9

Please sign in to comment.