mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-05-25 02:25:01 +00:00
fix: fix permission names errors
This commit is contained in:
parent
04e91aa87a
commit
e39c66dbc9
1 changed files with 2 additions and 0 deletions
|
@ -22,6 +22,7 @@ export const PERMISSION_NAMES: Record<keyof PermissionFlags, string> = {
|
||||||
MANAGE_ROLES: "Manage Roles",
|
MANAGE_ROLES: "Manage Roles",
|
||||||
MANAGE_THREADS: "Manage Threads",
|
MANAGE_THREADS: "Manage Threads",
|
||||||
MANAGE_WEBHOOKS: "Manage Webhooks",
|
MANAGE_WEBHOOKS: "Manage Webhooks",
|
||||||
|
MANAGE_EVENTS: "Manage Events",
|
||||||
MENTION_EVERYONE: `Mention @${EMPTY_CHAR}everyone, @${EMPTY_CHAR}here, and All Roles`,
|
MENTION_EVERYONE: `Mention @${EMPTY_CHAR}everyone, @${EMPTY_CHAR}here, and All Roles`,
|
||||||
MOVE_MEMBERS: "Move Members",
|
MOVE_MEMBERS: "Move Members",
|
||||||
MUTE_MEMBERS: "Mute Members",
|
MUTE_MEMBERS: "Mute Members",
|
||||||
|
@ -43,4 +44,5 @@ export const PERMISSION_NAMES: Record<keyof PermissionFlags, string> = {
|
||||||
VIEW_AUDIT_LOG: "View Audit Log",
|
VIEW_AUDIT_LOG: "View Audit Log",
|
||||||
VIEW_CHANNEL: "View Channels",
|
VIEW_CHANNEL: "View Channels",
|
||||||
VIEW_GUILD_INSIGHTS: "View Guild Insights",
|
VIEW_GUILD_INSIGHTS: "View Guild Insights",
|
||||||
|
MODERATE_MEMBERS: "Moderate Members",
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue