diff --git a/src/commands/auditCmd/auditHelp.ts b/src/commands/auditCmd/auditHelp.ts index 5f1640a..d75602e 100644 --- a/src/commands/auditCmd/auditHelp.ts +++ b/src/commands/auditCmd/auditHelp.ts @@ -17,17 +17,19 @@ export const auditHelp = (message: DiscordenoMessage) => { { name: `\`${config.prefix}audit help\``, value: 'This command', - inline: true - }, { + inline: true, + }, + { name: `\`${config.prefix}audit db\``, value: 'Shows current DB table sizes', - inline: true - }, { + inline: true, + }, + { name: `\`${config.prefix}audit guilds\``, value: 'Shows breakdown of guilds and detials on them', - inline: true + inline: true, }, - ] + ], }], }).catch((e) => { log(LT.ERROR, `Failed to send message: ${JSON.stringify(message)} | ${JSON.stringify(e)}`);