removed footer text

This commit is contained in:
loicbersier 2019-01-03 17:28:31 +01:00
parent e6660a371d
commit 97b312625e

View file

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