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 25, 2024
1 parent d3ad564 commit 333be26
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/commands/giveroles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -155,11 +155,9 @@ export class VerifyCommand extends Command {
switch (user.roles[i].role) {
case "MTR":
roles.push(await interaction.guild?.roles.fetch(config.mtr));
await member.setNickname(`${user.fname} ${user.lname} | MTR`);
break;
case "FACCBT":
roles.push(await interaction.guild?.roles.fetch(config.mtr));
await member.setNickname(`${user.fname} ${user.lname} | INS`);
break;
case "WM":
roles.push(await interaction.guild?.roles.fetch(config.wm));
Expand Down

0 comments on commit 333be26

Please sign in to comment.