mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-12 00:04:48 +02:00
Remove this
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
const { Command } = require('discord.js-commando');
|
const { Command } = require('discord.js-commando');
|
||||||
const { MessageEmbed } = require('discord.js');
|
const { MessageEmbed } = require('discord.js');
|
||||||
const { version, dependencies } = require('../../package');
|
const { version } = require('../../package');
|
||||||
const { duration } = require('../../util/Util');
|
const { duration } = require('../../util/Util');
|
||||||
|
|
||||||
module.exports = class InfoCommand extends Command {
|
module.exports = class InfoCommand extends Command {
|
||||||
@@ -39,9 +39,7 @@ module.exports = class InfoCommand extends Command {
|
|||||||
.addField('❯ Node Version',
|
.addField('❯ Node Version',
|
||||||
process.version, true)
|
process.version, true)
|
||||||
.addField('❯ Library',
|
.addField('❯ Library',
|
||||||
'[discord.js](https://discord.js.org)[-commando](https://github.com/Gawdl3y/discord.js-commando)', true)
|
'[discord.js](https://discord.js.org)[-commando](https://github.com/Gawdl3y/discord.js-commando)', true);
|
||||||
.addField('❯ Dependencies',
|
|
||||||
Object.keys(dependencies).join(', '));
|
|
||||||
return msg.embed(embed);
|
return msg.embed(embed);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user