guild -> server in user facing strings

This commit is contained in:
derpystuff 2024-04-06 15:10:13 +02:00
parent b67d4d40a4
commit 9b053ac27b
5 changed files with 11 additions and 11 deletions

View file

@ -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)",