fix(arabot): 1984 preconditions

This commit is contained in:
Anthony Berg 2024-01-13 01:07:20 +00:00
parent 6172dc6ac6
commit fbc2944b92

View File

@ -28,7 +28,7 @@ export class N1984Command extends Command {
...options,
name: '1984',
description: 'this is literally 1984',
preconditions: ['CoordinatorOnly', 'ModOnly'],
preconditions: [['CoordinatorOnly', 'ModOnly']],
});
}