From d51b6582e27dcf3672827b7df7fb08a12458ca20 Mon Sep 17 00:00:00 2001 From: spddl Date: Wed, 13 Jan 2016 06:16:51 +0100 Subject: [PATCH] Error: You must fill out all fields in at least one language fix --- components/groups.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/components/groups.js b/components/groups.js index f2eed5d..b12a6dc 100644 --- a/components/groups.js +++ b/components/groups.js @@ -137,7 +137,9 @@ SteamCommunity.prototype.postGroupAnnouncement = function(gid, headline, content "sessionID": this.getSessionID(), "action": "post", "headline": headline, - "body": content + "body": content, + "languages[0][headline]": headline, + "languages[0][body]": content } }, function(err, response, body) { if(!callback) {