1
0
mirror of https://github.com/toast-ts/Daggerbot-TS.git synced 2024-09-29 12:30:58 -04:00
This commit is contained in:
AnxietyisReal 2022-12-18 00:36:55 +11:00
parent d4f6c4bb27
commit 33f84a1963

View File

@ -16,7 +16,7 @@ export default {
includedCommands.forEach(command=>{
const name = command.default.data.name;
const count = command.uses.toString();
rows.push(`${name + '_'.repeat(nameLength - name.length)}${'_'.repeat(amountLength - count.length) + count}\n`);
rows.push(`${name + ' '.repeat(nameLength - name.length)}${' '.repeat(amountLength - count.length) + count}\n`);
});
const embed = new client.embed().setColor(client.config.embedColor).setTitle('Statistics: Command Usage')
.setDescription([