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 acd5300 commit b854f6d
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 @@ -183,7 +183,7 @@ export class VerifyCommand extends Command {
console.log(roles);

await member.roles.add(roles); //Add all roles in the roles[] array
await interaction.editReply("Your roles have been assigned!");
await interaction.editReply("Welcome to our Discord! We are glad you are here! **Your roles have been assigned!**");
return;
}
}
Expand Down

0 comments on commit b854f6d

Please sign in to comment.