mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:36:43 +02:00
Fix npm links
This commit is contained in:
@@ -17,7 +17,7 @@ module.exports = class GenerateCreditCommand extends Command {
|
||||
}
|
||||
|
||||
async run(msg) {
|
||||
const npm = `* ${deps.map(dep => `[${dep}](https://registry.npmjs.com/${dep})`).join('\n* ')}`;
|
||||
const npm = `* ${deps.map(dep => `[${dep}](https://www.npmjs.com/package/${dep})`).join('\n* ')}`;
|
||||
const list = this.client.registry.groups
|
||||
.map(g => {
|
||||
const commands = g.commands.filter(c => !c.hidden && !c.ownerOnly && c.credit.length - 1 !== 0);
|
||||
|
||||
Reference in New Issue
Block a user