refactor(arabot): remove ts-ignore for tasks as it has been fixed

This commit is contained in:
smyalygames 2023-02-17 00:58:57 +00:00
parent 62fd98bbe6
commit e8fac57b72
2 changed files with 0 additions and 2 deletions

View File

@ -128,7 +128,6 @@ export 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,

View File

@ -88,7 +88,6 @@ export class VerificationLeaveVCListener extends Listener {
// Creates the length of the time for the ban
const banLength = fibonacci(incompleteCount) * 3600_000;
// @ts-ignore
this.container.tasks.create('verifyUnblock', {
userId: user.id,
guildId: guild.id,