mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-09 06:33:05 -04:00
fix case on not approved
This commit is contained in:
parent
abac1a96f6
commit
05df5f41b5
1 changed files with 2 additions and 2 deletions
|
@ -20,9 +20,9 @@ const applicationFlags = {
|
|||
const applicationFlagNames = {
|
||||
EMBEDDED_RELEASED: "Embedded Released",
|
||||
GATEWAY_PRESENCE: "Presence Intent",
|
||||
GATEWAY_PRESENCE_LIMITED: "Presence Intent (not approved)",
|
||||
GATEWAY_PRESENCE_LIMITED: "Presence Intent (Not approved)",
|
||||
GATEWAY_GUILD_MEMBERS: "Guild Members Intent",
|
||||
GATEWAY_GUILD_MEMBERS_LIMITED: "Guild Members Intent (not approved)",
|
||||
GATEWAY_GUILD_MEMBERS_LIMITED: "Guild Members Intent (Not approved)",
|
||||
VERIFICATION_PENDING_GUILD_LIMIT: "Pending Guild Limit",
|
||||
EMBEDDED: "Embedded",
|
||||
GATEWAY_MESSAGE_CONTENT: "Message Content Intent",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue