diff --git a/source/commands/developer/system.js b/source/commands/developer/system.js index 2dc87497..9cdae3a3 100644 --- a/source/commands/developer/system.js +++ b/source/commands/developer/system.js @@ -68,7 +68,6 @@ module.exports = { // System const systemManufacturer = data.system.manufacturer const systemModel = data.system.model - const systemVirtual = data.system.virtual // BIOS const biosVendor = data.bios.vendor @@ -156,7 +155,7 @@ module.exports = { }, { name: '• Node.js', - value: '```' + `v${process.version}` + '```', + value: '```' + process.version + '```', inline: true, }, { @@ -182,16 +181,6 @@ module.exports = { '```', inline: true, }, - { - name: interaction.client.i18n.t('commands.system.info_virtual'), - value: - '```' + - (systemVirtual - ? interaction.client.i18n.t('commands.system.yes') - : interaction.client.i18n.t('commands.system.no')) + - '```', - inline: true, - }, { name: '• BIOS', value: