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