feat(arabot): allow moderators to use /moveall

This commit is contained in:
Anthony Berg 2023-10-12 00:49:41 +01:00
parent 22efb5c40d
commit a2a351e2c3

View File

@ -31,7 +31,7 @@ export class MoveAllCommand extends Command {
name: 'moveall', name: 'moveall',
aliases: ['mvall'], aliases: ['mvall'],
description: 'Moves everyone from one voice channel to the specified one', description: 'Moves everyone from one voice channel to the specified one',
preconditions: ['CoordinatorOnly'], preconditions: [['CoordinatorOnly', 'ModOnly']],
}); });
} }