We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8baf21 commit c18e1f7Copy full SHA for c18e1f7
src/modules/helpchan.ts
@@ -472,7 +472,7 @@ export class HelpChanModule extends Module {
472
);
473
474
await toPin.pin();
475
- const occupied = this.occupiedEmbed(msg.author);
+ const occupied = this.occupiedEmbed(member.user);
476
await this.updateStatusEmbed(claimedChannel, occupied);
477
await this.addCooldown(member, claimedChannel);
478
await this.moveChannel(claimedChannel, categories.ongoing);
0 commit comments