mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-09 06:33:05 -04:00
guild -> server in user facing strings
This commit is contained in:
parent
b67d4d40a4
commit
9b053ac27b
5 changed files with 11 additions and 11 deletions
|
@ -24,9 +24,9 @@ const applicationFlagNames = {
|
|||
EMBEDDED_RELEASED: "Embedded Released",
|
||||
GATEWAY_PRESENCE: "Presence Intent",
|
||||
GATEWAY_PRESENCE_LIMITED: "Presence Intent (Not approved)",
|
||||
GATEWAY_GUILD_MEMBERS: "Guild Members Intent",
|
||||
GATEWAY_GUILD_MEMBERS_LIMITED: "Guild Members Intent (Not approved)",
|
||||
VERIFICATION_PENDING_GUILD_LIMIT: "Pending Guild Limit",
|
||||
GATEWAY_GUILD_MEMBERS: "Server Members Intent",
|
||||
GATEWAY_GUILD_MEMBERS_LIMITED: "Server Members Intent (Not approved)",
|
||||
VERIFICATION_PENDING_GUILD_LIMIT: "Pending Server Limit",
|
||||
EMBEDDED: "Embedded",
|
||||
GATEWAY_MESSAGE_CONTENT: "Message Content Intent",
|
||||
GATEWAY_MESSAGE_CONTENT_LIMITED: "Message Content Intent (Not approved)",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue