feat(arabot): remove unrestrict vegan from unrestrict command

This commit is contained in:
smyalygames 2023-02-14 22:00:36 +00:00
parent 58f81eaac2
commit d0d9dbacfd

View File

@ -35,7 +35,7 @@ export class UnRestrictCommand extends Command {
super(context, {
...options,
name: 'unrestrict',
aliases: ['ur', 'urv'],
aliases: ['ur'], // TODO add urv for when restrict vegan will be implemented
description: 'Unrestricts a user',
preconditions: ['ModOnly'],
});