mirror of
https://github.com/Burn-E99/TheArtificer.git
synced 2026-06-04 09:03:50 -04:00
deno fmt
This commit is contained in:
@@ -17,17 +17,19 @@ export const auditHelp = (message: DiscordenoMessage) => {
|
|||||||
{
|
{
|
||||||
name: `\`${config.prefix}audit help\``,
|
name: `\`${config.prefix}audit help\``,
|
||||||
value: 'This command',
|
value: 'This command',
|
||||||
inline: true
|
inline: true,
|
||||||
}, {
|
},
|
||||||
|
{
|
||||||
name: `\`${config.prefix}audit db\``,
|
name: `\`${config.prefix}audit db\``,
|
||||||
value: 'Shows current DB table sizes',
|
value: 'Shows current DB table sizes',
|
||||||
inline: true
|
inline: true,
|
||||||
}, {
|
},
|
||||||
|
{
|
||||||
name: `\`${config.prefix}audit guilds\``,
|
name: `\`${config.prefix}audit guilds\``,
|
||||||
value: 'Shows breakdown of guilds and detials on them',
|
value: 'Shows breakdown of guilds and detials on them',
|
||||||
inline: true
|
inline: true,
|
||||||
},
|
},
|
||||||
]
|
],
|
||||||
}],
|
}],
|
||||||
}).catch((e) => {
|
}).catch((e) => {
|
||||||
log(LT.ERROR, `Failed to send message: ${JSON.stringify(message)} | ${JSON.stringify(e)}`);
|
log(LT.ERROR, `Failed to send message: ${JSON.stringify(message)} | ${JSON.stringify(e)}`);
|
||||||
|
|||||||
Reference in New Issue
Block a user