JustTemmie / steam-presence

A script that takes the game you're playing on steam and displays it on discord
MIT License
243 stars 18 forks source link

Implement a Blacklist for Games #43

Closed ahmed-kaid closed 8 months ago

ahmed-kaid commented 8 months ago

With Steam's new feature to mark games as private, it would be nice, if we can also hide specific games from Discord's RPC.

Blacklisted games can be set in the config.json file, and once a new RPC object is supposed to be created, it first checks if a game is in the blacklist, and ignores it if that's the case.

This is my first pull request, so I hope I haven't forgotten anything. But feel free to mention or edit any issues you have with it. :)

JustTemmie commented 8 months ago

This looks great! I can't see any issues with it, but I'll play around with it a bit later today to make sure everything's good before i merge it.

Thanks for the PR!

JustTemmie commented 8 months ago

works great - sorry for the delay :sweat_smile:

ahmed-kaid commented 8 months ago

Thanks, and no worries!