Skip to content

Commit

Permalink
Fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
abbyfour committed Sep 20, 2023
1 parent 32c1547 commit c0a9d7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/context/Context.ts
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ export class GowonContext<T extends CustomContext = CustomContext> {
);
}

return this.guild?.members?.me ?? undefined;
return this.guild?.me ?? undefined;
}

get logger(): Logger {
Expand Down

0 comments on commit c0a9d7b

Please sign in to comment.