forked from Supositware/Haha-Yes
removed footer text
This commit is contained in:
parent
e6660a371d
commit
97b312625e
1 changed files with 2 additions and 3 deletions
|
@ -42,9 +42,8 @@ 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);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue