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 0a3bc58 commit 9312f86
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/commands/giveroles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ export class VerifyCommand extends Command {
};

let member = await interaction.guild?.members.fetch(uid);
member.roles.remove(member.roles.cache);
roles.push(await interaction.guild?.roles.fetch(config.base)); //VATSIMController for ZMA
if (member != null) {
//Convert VATSIM Rating Integer to String
Expand Down

0 comments on commit 9312f86

Please sign in to comment.