mirror of
https://github.com/veganhacktivists/arabot.git
synced 2025-12-21 20:08:51 +01:00
feat(arabot): add alias to convinced command
This commit is contained in:
@@ -26,6 +26,7 @@ class ConvincedCommand extends Command {
|
|||||||
super(context, {
|
super(context, {
|
||||||
...options,
|
...options,
|
||||||
name: 'convinced',
|
name: 'convinced',
|
||||||
|
aliases: ['conv'],
|
||||||
description: 'Gives the convinced role',
|
description: 'Gives the convinced role',
|
||||||
preconditions: [['MentorOnly', 'VerifierOnly', 'ModOnly']],
|
preconditions: [['MentorOnly', 'VerifierOnly', 'ModOnly']],
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user