fix: add missing permissions to permissionNames.ts
This commit is contained in:
parent
392d6a427d
commit
fd4097cefc
1 changed files with 5 additions and 0 deletions
|
@ -43,4 +43,9 @@ export const PERMISSION_NAMES = {
|
|||
ViewGuildInsights: "View Guild Insights",
|
||||
ModerateMembers: "Moderate Members",
|
||||
ManageEvents: "Manage Events",
|
||||
ManageGuildExpressions: "Manage Expressions",
|
||||
SendVoiceMessages: "Send Voice Messages",
|
||||
UseExternalSounds: "Use External Sounds",
|
||||
UseSoundboard: "Use Soundboard",
|
||||
ViewCreatorMonetizationAnalytics: "View Creator Monetization Analytics",
|
||||
} as const satisfies Record<keyof typeof PermissionFlagsBits, string>;
|
||||
|
|
Loading…
Add table
Reference in a new issue