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 f8fad1c commit 2d4a476
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/commands/giveroles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,17 @@ export class VerifyCommand extends Command {
}
//* 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 2d4a476

Please sign in to comment.