mirror of
https://github.com/veganhacktivists/arabot.git
synced 2025-05-19 19:04:16 +02:00
fix(arabot): wrong variables in payload
This commit is contained in:
parent
70854915af
commit
bb19a17522
@ -135,8 +135,8 @@ class VerificationJoinVCListener extends Listener {
|
|||||||
// Start 15-minute timer if verifier does not join
|
// Start 15-minute timer if verifier does not join
|
||||||
// @ts-ignore
|
// @ts-ignore
|
||||||
this.container.tasks.create('verifyTimeout', {
|
this.container.tasks.create('verifyTimeout', {
|
||||||
|
channelId: channel.id,
|
||||||
userId: member.id,
|
userId: member.id,
|
||||||
guildId: guild.id,
|
|
||||||
}, 30_000);
|
}, 30_000);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user