Skip to content

Commit

Permalink
🏷️ Relationship nickname type set to string | null
Browse files Browse the repository at this point in the history
  • Loading branch information
ZickZenni committed Sep 6, 2024
1 parent e973d5c commit e57b3a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/discord/structures/Relationship.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export interface Relationship {
user_id: Snowflake;
type: number;
since: string;
nickname: any;
nickname: string | null;
is_spam_request: boolean;
id: Snowflake;
}

0 comments on commit e57b3a7

Please sign in to comment.