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 b6c22ba commit 9165a9e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/commands/giveroles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ export class VerifyCommand extends Command {
break;
case "EC":
roles.push(await interaction.guild?.roles.fetch(config.ec));
await member.setNickname(`${user.fname} ${user.lname} | "EC"`);
break;
case "WM":
roles.push(await interaction.guild?.roles.fetch(config.wm));
Expand Down

0 comments on commit 9165a9e

Please sign in to comment.