mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-08 06:03:04 -04:00
fix limited header
This commit is contained in:
parent
51e62da44b
commit
4d1e9c366d
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue