mirror of
https://github.com/veganhacktivists/arabot.git
synced 2025-05-19 06:24:15 +02:00
feat(arabot): remove verify-as-vegan role
This commit is contained in:
parent
0873e4ad40
commit
eddf0bcec6
@ -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);
|
||||
|
@ -54,7 +54,6 @@ const devIDs = {
|
||||
stageHost: '999431675123597411',
|
||||
patron: '999431675098447935',
|
||||
patreon: '999431675098447936',
|
||||
verifyingAsVegan: '999431675081666597',
|
||||
verifyBlock: '1007477161835372574',
|
||||
},
|
||||
channels: {
|
||||
|
@ -57,7 +57,6 @@ let IDs = {
|
||||
stageHost: '854893757593419786',
|
||||
patron: '765370219207852055',
|
||||
patreon: '993848684640997406',
|
||||
verifyingAsVegan: '854725899576279060',
|
||||
verifyBlock: '1032765019269640203',
|
||||
},
|
||||
channels: {
|
||||
|
Loading…
x
Reference in New Issue
Block a user