mirror of
https://github.com/veganhacktivists/arabot.git
synced 2025-05-19 00:05:52 +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',
|
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']],
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user