3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-03-15 05:41:51 +00:00

fix: add missing permissions to permissionNames.ts

This commit is contained in:
Dragory 2023-06-24 08:29:19 +00:00
parent 392d6a427d
commit fd4097cefc

View file

@ -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>;