From 4d1e9c366da38ed8e015d3742bedb7f30b92dc03 Mon Sep 17 00:00:00 2001 From: derpystuff <3515180-derpystuff@users.noreply.gitlab.com> Date: Sun, 5 Nov 2023 20:41:07 +0100 Subject: [PATCH] fix limited header --- commands/message/core/help.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/message/core/help.js b/commands/message/core/help.js index 3921df7..ff63ec7 100644 --- a/commands/message/core/help.js +++ b/commands/message/core/help.js @@ -109,7 +109,7 @@ module.exports = { }, permissionsClient: [Permissions.EMBED_LINKS, Permissions.SEND_MESSAGES, Permissions.USE_EXTERNAL_EMOJIS, Permissions.READ_MESSAGE_HISTORY], run: async (context, args) => { - if (canUseLimitedTestCommands(context)) categories["limited"] = `${icon("stars")} Limited Test Commands`; + if (canUseLimitedTestCommands(context)) categories["limited"] = `${iconPill("stars", "Limited Test Commands")}`; else if (categories["limited"]) delete categories["limited"] if (args.command) {