mirror of
https://github.com/veganhacktivists/arabot.git
synced 2025-10-19 11:27:40 +02:00
fix(arabot): 1984 preconditions
This commit is contained in:
parent
6172dc6ac6
commit
fbc2944b92
@ -28,7 +28,7 @@ export class N1984Command extends Command {
|
|||||||
...options,
|
...options,
|
||||||
name: '1984',
|
name: '1984',
|
||||||
description: 'this is literally 1984',
|
description: 'this is literally 1984',
|
||||||
preconditions: ['CoordinatorOnly', 'ModOnly'],
|
preconditions: [['CoordinatorOnly', 'ModOnly']],
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user