fixed command category

This commit is contained in:
JandereDev 2022-01-25 19:44:53 +01:00
parent 0e4667a298
commit 3b4d653132
Signed by: Lea
GPG key ID: 5D5E18ACB990F57A

View file

@ -37,7 +37,7 @@ export default {
description: 'Bot administration',
removeEmptyArgs: true,
restrict: 'BOTOWNER',
category: 'moderation',
category: 'owner',
run: async (message: MessageCommandContext, args: string[]) => {
if (!args.length) return message.reply('No subcommand specified. Available subcommands: ' + SUBCOMMANDS.join(', '));