diff --git a/components/groups.js b/components/groups.js index 29e947c..f2eed5d 100644 --- a/components/groups.js +++ b/components/groups.js @@ -203,7 +203,7 @@ SteamCommunity.prototype.scheduleGroupEvent = function(gid, name, type, descript var self = this; this.request.post({ - "uri": "https://steamcommunity.com/gid/" + this.steamID.toString() + "/eventEdit", + "uri": "https://steamcommunity.com/gid/" + gid.toString() + "/eventEdit", "form": form }, function(err, response, body) { if(!callback) {