mirror of
https://github.com/veganhacktivists/arabot.git
synced 2025-05-19 10:34:16 +02:00
fix(arabot): add back preconditions
This commit is contained in:
parent
eb38e0bee7
commit
2dcb745d9d
@ -132,7 +132,7 @@ export class SusCommand extends Command {
|
|||||||
super(context, {
|
super(context, {
|
||||||
name: 'sus',
|
name: 'sus',
|
||||||
description: 'Notes about users that are sus',
|
description: 'Notes about users that are sus',
|
||||||
// preconditions: [['VerifierOnly', 'ModOnly']],
|
preconditions: [['VerifierOnly', 'ModOnly']],
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user