removed footer text

merge-requests/2/head
loicbersier 6 years ago
parent e6660a371d
commit 97b312625e

@ -42,9 +42,8 @@ class StatsCommand extends Command {
.addField('Uptime', uptime, true) .addField('Uptime', uptime, true)
.addField('Ram usage', `${Math.round(used * 100) / 100} MB`, true) .addField('Ram usage', `${Math.round(used * 100) / 100} MB`, true)
.addField('Autoresponse in this channel',autoresponseStatus,true) .addField('Autoresponse in this channel',autoresponseStatus,true)
.setTimestamp() .setTimestamp();
.setFooter('Powered by Yandex.Translate ');
return message.channel.send(statsEmbed); return message.channel.send(statsEmbed);
} }
} }

Loading…
Cancel
Save