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 f745bc3 commit 1d9690e
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions src/commands/giveroles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -126,25 +126,6 @@ export class VerifyCommand extends Command {
}
//* Edit below based on neighboring ARTCCs
switch (user.artcc) {
case "ZTL": {
roles.push(await interaction.guild?.roles.fetch('1198344104497659904'));
break;
}
case "ZMA": {
roles.push(await interaction.guild?.roles.fetch('1198344298832351272'));
break;
}
case "ZHU": {
roles.push(await interaction.guild?.roles.fetch('1198344426074947756'));
break;
}
case "ZDC": {
roles.push(await interaction.guild?.roles.fetch('1198344523760271531'));
break;
}
default: {
break;
}
}
} else {
roles.push(await interaction.guild?.roles.fetch(config.member)); //Add 'ZJX Controller' role
Expand Down

0 comments on commit 1d9690e

Please sign in to comment.