fix(arabot): wrong variables in payload

This commit is contained in:
smyalygames 2022-10-14 18:11:52 +01:00
parent 70854915af
commit bb19a17522

View File

@ -135,8 +135,8 @@ class VerificationJoinVCListener extends Listener {
// Start 15-minute timer if verifier does not join
// @ts-ignore
this.container.tasks.create('verifyTimeout', {
channelId: channel.id,
userId: member.id,
guildId: guild.id,
}, 30_000);
}