mirror of
https://github.com/J3vb/OwnCord.git
synced 2026-09-03 03:50:00 +03:00
chore: remove soundboard feature entirely
Soundboard was never implemented — remove USE_SOUNDBOARD permission bit, rate limiter, protocol entry, admin mockup reference, TODOS entry, and all related test assertions.
This commit is contained in:
@@ -352,7 +352,6 @@ const PERMS = [
|
||||
{ name:'Read Messages', bit:0x2 },
|
||||
{ name:'Attach Files', bit:0x20 },
|
||||
{ name:'Add Reactions', bit:0x40 },
|
||||
{ name:'Use Soundboard', bit:0x100 },
|
||||
{ name:'Connect Voice', bit:0x200 },
|
||||
{ name:'Speak Voice', bit:0x400 },
|
||||
{ name:'Use Video', bit:0x800 },
|
||||
|
||||
Reference in New Issue
Block a user