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) {