Skip to content

Commit

Permalink
Update giveroles.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
AHanadsaker authored Feb 24, 2024
1 parent 60c0de3 commit 3e5987b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/giveroles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ export class VerifyCommand extends Command {
console.log(roles);

await member.roles.add(roles); //Add all roles in the roles[] array
await interaction.editReply({ content: 'Welcome to our Discord, we are glad you are here! **Your roles have been assigned!**', ephemeral: true });
await interaction.editReply("Welcome to the Miami ARTCC, we are glad you are here! **Your roles have been assigned.**");
return;
}
}
Expand Down

0 comments on commit 3e5987b

Please sign in to comment.