diff --git a/src/commands/Cards/View.ts b/src/commands/Cards/View.ts index 7beab36d..b8d87c29 100644 --- a/src/commands/Cards/View.ts +++ b/src/commands/Cards/View.ts @@ -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