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 a8d84e1 commit 9fe682d
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 @@ -164,6 +164,9 @@ export class VerifyCommand extends Command {
case "WM":
roles.push(await interaction.guild?.roles.fetch(config.wm));
break;
case "MTR":
roles.push(await interaction.guild?.roles.fetch(config.mtr));
break;
}
}
}
Expand Down

0 comments on commit 9fe682d

Please sign in to comment.