mirror of
https://github.com/veganhacktivists/arabot.git
synced 2025-05-19 08:24:16 +02:00
fix(arabot): remove useless comparison
This commit is contained in:
parent
c0e5bae1e7
commit
0873e4ad40
@ -80,7 +80,7 @@ class VerificationReady extends Listener {
|
||||
verification = true;
|
||||
}
|
||||
});
|
||||
if (currentVCs.length === emptyVC.length || !verification) {
|
||||
if (!verification) {
|
||||
await category.guild.channels.create('Verification', {
|
||||
type: 'GUILD_VOICE',
|
||||
parent: IDs.categories.verification,
|
||||
|
Loading…
x
Reference in New Issue
Block a user