Skip to content

Commit 1732ada

Browse files
Add feedback to !gimmepink command on success
1 parent 84db42e commit 1732ada

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/components/role-manager.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ export default class RoleManager extends BotComponent {
127127
return;
128128
}
129129
await member.roles.add(this.pink_role);
130+
await command.reply("You are now pink", true, true);
130131
}
131132

132133
async unpink(command: TextBasedCommand) {

0 commit comments

Comments
 (0)