Skip to content

Commit

Permalink
Update presence.ts
Browse files Browse the repository at this point in the history
Signed-off-by: Micotsu <[email protected]>
  • Loading branch information
Micotsu authored May 1, 2024
1 parent fb74f56 commit 3cb91a4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion websites/A/Animeflix/presence.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ presence.on("UpdateData", async () => {
document.querySelector<HTMLMetaElement>('script[id="syncData"]')
.textContent
).name.replace(/\b[a-z]/g, (letter: string) => letter.toUpperCase())}`;
presenceData.state = "Watch for free on Animeflix!";
} else presenceData.details = "Exploring Animeflix";
}
presence.setActivity(presenceData);
Expand Down

0 comments on commit 3cb91a4

Please sign in to comment.