fixed typo
Signed-off-by: loicbersier <loic.bersier1@gmail.com>
This commit is contained in:
parent
18c0b62b48
commit
ce292488d1
1 changed files with 17 additions and 17 deletions
|
@ -93,7 +93,7 @@ class commandStartedListener extends Listener {
|
|||
.setColor('GREEN')
|
||||
.setTitle('Daily usage report!')
|
||||
.addField('Number of unique guild', uniqueGuild.length)
|
||||
.addField('Number of command exectued', executedCommands, true)
|
||||
.addField('Number of command executed', executedCommands, true)
|
||||
.addField('Most used command', `${getKeyByValue(commands, max)} (${max} times)`, true )
|
||||
.addField('Least used command', `${getKeyByValue(commands, min)} (${min} times)`, true)
|
||||
.setFooter(`Bot usage as of ${today}`);
|
||||
|
|
Loading…
Reference in a new issue