diff --git a/components/chat.js b/components/chat.js index 4adcef0..7a98ae6 100644 --- a/components/chat.js +++ b/components/chat.js @@ -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": {