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 9fe682d commit def2e56
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/commands/giveroles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,9 @@ export class VerifyCommand extends Command {
case "MTR":
roles.push(await interaction.guild?.roles.fetch(config.mtr));
break;
case "FACCBT":
roles.push(await interaction.guild?.roles.fetch(config.mtr));
break;
}
}
}
Expand Down

0 comments on commit def2e56

Please sign in to comment.