From b6f7c253c77a4f45bf70fb14b91d1f686fc4674a Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Sat, 6 Jun 2020 01:05:39 +0200 Subject: [PATCH] Fix steammatch command --- royalpack/commands/steammatch.py | 1 + 1 file changed, 1 insertion(+) 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!")