Skip to content

Commit

Permalink
Update giveroles.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
AHanadsaker authored Jan 23, 2024
1 parent 5cc114c commit 929311a
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions src/commands/giveroles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -124,21 +124,6 @@ export class VerifyCommand extends Command {
continue;
}
}

//* Edit below based on neighboring ARTCCs
switch (user.artcc) {
case "ZJX": {
roles.push(await interaction.guild?.roles.fetch('1199464076724682772'));
break;
}
case "ZHU": {
roles.push(await interaction.guild?.roles.fetch('1199464076724682772'));
break;
}
default: {
break;
}
}
} else {
roles.push(await interaction.guild?.roles.fetch(config.member)); //Add 'ZJX Controller' role
}
Expand Down

0 comments on commit 929311a

Please sign in to comment.