diff --git a/royalpack/commands/steammatch.py b/royalpack/commands/steammatch.py index 25dc7e8a..f88c0993 100644 --- a/royalpack/commands/steammatch.py +++ b/royalpack/commands/steammatch.py @@ -84,6 +84,7 @@ class SteammatchCommand(rc.Command): steamid=steam_account._steamid, include_appinfo=True, include_played_free_games=True, + include_free_sub=True, appids_filter=0) except requests.exceptions.HTTPError: raise rc.ExternalError(f"L'account Steam di {user} รจ privato!")