Skip to content

Commit

Permalink
Update index.d.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Skully <[email protected]>
Signed-off-by: Florian Metz <[email protected]>
  • Loading branch information
Timeraa and skullysmods authored Jan 11, 2025
1 parent 3a15466 commit 3d5e80e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion @types/premid/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ interface MediaPresenceData extends BasePresenceData {
}

interface NonMediaPresenceData extends BasePresenceData {
type?: Exclude<ActivityType, ActivityType.Listening>;
type?: Exclude<ActivityType, ActivityType.Listening | ActivityType.Watching>;
largeImageText?: never;
}

Expand Down

0 comments on commit 3d5e80e

Please sign in to comment.