From 05df5f41b5dd1b3519255372c002ce1fcb829332 Mon Sep 17 00:00:00 2001 From: derpystuff <3515180-derpystuff@users.noreply.gitlab.com> Date: Mon, 3 Oct 2022 21:09:29 +0200 Subject: [PATCH] fix case on not approved --- commands/message/info/appinfo.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/commands/message/info/appinfo.js b/commands/message/info/appinfo.js index 5677b9a..c3ab7b9 100644 --- a/commands/message/info/appinfo.js +++ b/commands/message/info/appinfo.js @@ -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",