Skip to content

Commit

Permalink
add SET_VOICE_CHANNEL_STATUS permission (1 << 48) (#249)
Browse files Browse the repository at this point in the history
  • Loading branch information
owocado authored Mar 20, 2024
1 parent 79d2888 commit 90deedf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions permissions-calculator/assets/js/permissions.js
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,7 @@ angular.module('permissionsCalc', ['themes'])
{ active: false, id: 'use_soundboard', name: 'Use Soundboard', value: 0x40000000000, auto: true }, // 1 << 42
{ active: false, id: 'use_external_sounds', name: 'Use External Sounds', value: 0x200000000000, auto: true }, // 1 << 45
{ active: false, id: 'send_voice_messages', name: 'Send Voice Messages', value: 0x400000000000, auto: true }, // 1 << 46
{ active: false, id: 'set_voice_channel_status',name: 'Set Voice Channel Status',value: 0x1000000000000, auto: true }, // 1 << 48
]
}
];
Expand Down

0 comments on commit 90deedf

Please sign in to comment.