mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-23 18:05:01 +02:00
Fix
This commit is contained in:
@@ -45,7 +45,7 @@ module.exports = class CreditCommand extends Command {
|
|||||||
const embed = new MessageEmbed()
|
const embed = new MessageEmbed()
|
||||||
.setTitle(cmd)
|
.setTitle(cmd)
|
||||||
.setColor(0x7289DA)
|
.setColor(0x7289DA)
|
||||||
.setDescription(trimArray(commands, 15).join(', '));
|
.setDescription(trimArray(commands, 15).join('\n'));
|
||||||
return msg.embed(embed);
|
return msg.embed(embed);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user