mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-08 14:13:02 -04:00
make aliases small pills
This commit is contained in:
parent
0514ebcdcf
commit
39e255973e
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue