Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prime-Gaming GOG doesn't include links to redeem #423

Open
Mx772 opened this issue Jan 14, 2025 · 0 comments
Open

Prime-Gaming GOG doesn't include links to redeem #423

Mx772 opened this issue Jan 14, 2025 · 0 comments

Comments

@Mx772
Copy link

Mx772 commented Jan 14, 2025

Example:
image

I believe this is due to the formatting just as we see in #402 - Specifically #402 (comment) with the use of HTML.

I assume the fix would be something similar to https://github.com/vogler/free-games-claimer/pull/417/files - Although not too familiar with apprise, I'm not sure if that would only then work for Discord or if formatting it that way would also work for the other services.

I assume the fix would be something like:

notify_game.status = `<a href="${redeem_url}">${redeem_action}</a> ${code} on ${store}`;

 notify_game.status = `${redeem_url} ${redeem_action} ${code} on ${store}`; 

But admittedly have not tested it yet (On discord or otherwise)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant