diff --git a/.gitignore b/.gitignore index d1db3b66..03c3fad6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,9 @@ # Virtual Environment venv/ -# vscode +# Editor Configurations .vscode/ +.idea/ # Python __pycache__/ diff --git a/data.json b/data.json index d650ee2d..75d08117 100644 --- a/data.json +++ b/data.json @@ -726,6 +726,15 @@ "url": "https://steamcommunity.com/id/{}", "urlMain": "https://steamcommunity.com/" }, + "SteamGroup": { + "errorMsg": "No group could be retrieved for the given URL", + "errorType": "message", + "rank": 162, + "url": "https://steamcommunity.com/groups/{}", + "urlMain": "https://steamcommunity.com/", + "username_claimed": "blue", + "username_unclaimed": "noonewouldeverusethis7" + }, "StreamMe": { "errorType": "status_code", "rank": 20104,