mirror of
https://github.com/veganhacktivists/arabot.git
synced 2025-05-19 15:04:29 +02:00
fix(arabot): fix preconditions not being in a list
This commit is contained in:
parent
28e06a3b88
commit
222ec5b8b3
@ -27,7 +27,7 @@ class ConvincedCommand extends Command {
|
|||||||
...options,
|
...options,
|
||||||
name: 'convinced',
|
name: 'convinced',
|
||||||
description: 'Gives the convinced role',
|
description: 'Gives the convinced role',
|
||||||
preconditions: ['MentorOnly', 'VerifierOnly', 'ModOnly'],
|
preconditions: [['MentorOnly', 'VerifierOnly', 'ModOnly']],
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user