From eddf0bcec609da6a82723b2c7f9778564f0fefab Mon Sep 17 00:00:00 2001 From: smyalygames Date: Fri, 21 Oct 2022 04:44:10 +0100 Subject: [PATCH] feat(arabot): remove verify-as-vegan role --- src/listeners/verification/leaveVC.ts | 2 -- src/utils/devIDs.ts | 1 - src/utils/ids.ts | 1 - 3 files changed, 4 deletions(-) diff --git a/src/listeners/verification/leaveVC.ts b/src/listeners/verification/leaveVC.ts index a51a2cb..b36edb4 100644 --- a/src/listeners/verification/leaveVC.ts +++ b/src/listeners/verification/leaveVC.ts @@ -78,8 +78,6 @@ class VerificationLeaveVCListener extends Listener { // Remove verify as vegan and give non vegan role if (!await checkFinish(channel.id)) { - await user.roles.remove(IDs.roles.verifyingAsVegan); - // Get roles to give back to the user const roles = await fetchRoles(user.id); roles.push(IDs.roles.verifyBlock); diff --git a/src/utils/devIDs.ts b/src/utils/devIDs.ts index 72857b7..377d79b 100644 --- a/src/utils/devIDs.ts +++ b/src/utils/devIDs.ts @@ -54,7 +54,6 @@ const devIDs = { stageHost: '999431675123597411', patron: '999431675098447935', patreon: '999431675098447936', - verifyingAsVegan: '999431675081666597', verifyBlock: '1007477161835372574', }, channels: { diff --git a/src/utils/ids.ts b/src/utils/ids.ts index 6d38d25..cbf5a59 100644 --- a/src/utils/ids.ts +++ b/src/utils/ids.ts @@ -57,7 +57,6 @@ let IDs = { stageHost: '854893757593419786', patron: '765370219207852055', patreon: '993848684640997406', - verifyingAsVegan: '854725899576279060', verifyBlock: '1032765019269640203', }, channels: {