mirror of
https://github.com/veganhacktivists/arabot.git
synced 2025-05-18 13:44:13 +02:00
feat(arabot): allow moderators to use /moveall
This commit is contained in:
parent
22efb5c40d
commit
a2a351e2c3
@ -31,7 +31,7 @@ export class MoveAllCommand extends Command {
|
||||
name: 'moveall',
|
||||
aliases: ['mvall'],
|
||||
description: 'Moves everyone from one voice channel to the specified one',
|
||||
preconditions: ['CoordinatorOnly'],
|
||||
preconditions: [['CoordinatorOnly', 'ModOnly']],
|
||||
});
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user