Skip to content

Commit

Permalink
Give feedback on role retraction.
Browse files Browse the repository at this point in the history
  • Loading branch information
garg3133 committed Apr 11, 2021
1 parent f51d59a commit cc61136
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/commands/role.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ export = class extends Command {

if (msg.member.roles.cache.has(role.id)) {
msg.member.roles.remove(role);
msg.reply('Role retracted!');
} else {
msg.member.roles.add(role);
msg.react('✅');
Expand Down

0 comments on commit cc61136

Please sign in to comment.