lepinkainen / pyfibot

Pyfibot the Python IRC bot
BSD 3-Clause "New" or "Revised" License
51 stars 31 forks source link

Fix Steam title when price is not available #453

Closed gestra closed 3 years ago

gestra commented 3 years ago

If a Steam store page doesn't have a price listed, like in the case of an unreleased game like https://store.steampowered.com/app/1003590/Tetris_Effect_Connected/ the bot would return the price as "Free to play". This change uses the "is_free" field to check if the game is actually free to play.

fgeek commented 3 years ago

Thank you :+1: