mirror of
https://github.com/veganhacktivists/arabot.git
synced 2025-12-21 03:58:05 +01:00
fix(arabot): fix preconditions not being in a list
This commit is contained in:
@@ -27,7 +27,7 @@ class ConvincedCommand extends Command {
|
||||
...options,
|
||||
name: 'convinced',
|
||||
description: 'Gives the convinced role',
|
||||
preconditions: ['MentorOnly', 'VerifierOnly', 'ModOnly'],
|
||||
preconditions: [['MentorOnly', 'VerifierOnly', 'ModOnly']],
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user