From 66254a2f7a05b9e4a6c876186818c776101552bb Mon Sep 17 00:00:00 2001 From: derpystuff <3515180-derpystuff@users.noreply.gitlab.com> Date: Mon, 3 Oct 2022 21:09:56 +0200 Subject: [PATCH] looks cleaner if we have all flags left aligned --- commands/message/info/appinfo.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/message/info/appinfo.js b/commands/message/info/appinfo.js index c3ab7b9..4b2f395 100644 --- a/commands/message/info/appinfo.js +++ b/commands/message/info/appinfo.js @@ -28,7 +28,7 @@ const applicationFlagNames = { GATEWAY_MESSAGE_CONTENT: "Message Content Intent", GATEWAY_MESSAGE_CONTENT_LIMITED: "Message Content Intent (Not approved)", EMBEDDED_FIRST_PARTY: "Embedded First Party", - APPLICATION_COMMAND_BADGE: `${icon("badge_slash")} Has Slash Commands` + APPLICATION_COMMAND_BADGE: `Has Slash Commands ${icon("badge_slash")}` } module.exports = {