Merge pull request #59 from Aareksio/master

Fixed chatMessage function
This commit is contained in:
Alexander Corn 2016-01-05 22:44:54 -05:00
commit fcaaa38085

View File

@ -101,7 +101,8 @@ SteamCommunity.prototype.chatMessage = function(recipient, text, type, callback)
}
type = type || 'saytext';
var self = this;
this.request.post({
"uri": "https://api.steampowered.com/ISteamWebUserPresenceOAuth/Message/v1",
"form": {