mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-06 06:10:49 +02:00
Fix lint
This commit is contained in:
@@ -32,6 +32,6 @@ module.exports = class PhoneBookCommand extends Command {
|
||||
return msg.say(stripIndents`
|
||||
__**Results:**__ _(${channels.size} Results)_
|
||||
${channels.map(c => `**${c.id}** (#${c.name}: ${c.guild.name})`).slice(0, 10).join('\n')}
|
||||
`)
|
||||
`);
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user