merge-requests/15/head
Matthew 2020-07-21 04:18:38 -04:00
parent c40f834d49
commit 540f747967
No known key found for this signature in database
GPG Key ID: 210AF32ADE3B5C4B
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ export default class Stats extends Command {
embed.setTitle('Statistics');
embed.setThumbnail(this.client.user.avatarURL);
embed.addField('Messages Seen', `${messages.value}`, true);
embed.addField('Command Executed', `${commands.value}`, true);
embed.addField('Commands Executed', `${commands.value}`, true);
embed.addField('HTTP Requests Served', `${requests.value}`, true);
embed.addField('Pages Sent', `${pages.value}`, true);
embed.setFooter(this.client.user.username, this.client.user.avatarURL);