diff --git a/commands/message/core/help.js b/commands/message/core/help.js index 10dced2..20e78e2 100644 --- a/commands/message/core/help.js +++ b/commands/message/core/help.js @@ -43,7 +43,7 @@ function renderCommandList(commands, descriptions, limit){ function createCommandPage(context, prefix, command){ alias = ' ​ ' if(command.aliases.length >= 1){ - for(const al of command.aliases) alias += pill(al) + for(const al of command.aliases) alias += smallPill(al) alias += "\n" }