1
0
Fork 0

use result path

refactor/models
Bsian 2019-11-02 13:28:20 +00:00
parent 8e59238c5d
commit af6ba645f8
No known key found for this signature in database
GPG Key ID: 097FB9A291026091
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ export default class Disk extends Command {
const embed = new RichEmbed();
embed.setTitle('Disk Usage');
embed.setColor('ff0000');
embed.setDescription(`/home/${account.username}`);
embed.setDescription(result.split(/ +/g)[1]);
embed.addField('Result', dataConversion(Number(result.split(/ +/g)[0])), true);
embed.addField('Time taken', totalTime, true);
embed.setFooter(`Requested by ${message.author.username}#${message.author.discriminator}`, message.author.avatarURL);