diff --git a/bot/src/bot/commands/botadm.ts b/bot/src/bot/commands/botadm.ts index 8fa1ac0..1ec1031 100644 --- a/bot/src/bot/commands/botadm.ts +++ b/bot/src/bot/commands/botadm.ts @@ -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(', '));