We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f51d59a commit cc61136Copy full SHA for cc61136
src/commands/role.ts
@@ -43,6 +43,7 @@ export = class extends Command {
43
44
if (msg.member.roles.cache.has(role.id)) {
45
msg.member.roles.remove(role);
46
+ msg.reply('Role retracted!');
47
} else {
48
msg.member.roles.add(role);
49
msg.react('✅');
0 commit comments