Skip to content

Commit

Permalink
Fix !card view bug
Browse files Browse the repository at this point in the history
  • Loading branch information
abbyfour committed Nov 10, 2023
1 parent e957b10 commit 6b644e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/Cards/View.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export class View extends CardsChildCommand {
});

if (owner) {
await this.nicknameService.cacheNicknames(this.ctx, [owner.discordID]);
await this.nicknameService.cacheNicknames(this.ctx, [owner]);
}

const ownerDisplay = !owner
Expand Down

0 comments on commit 6b644e1

Please sign in to comment.