This commit is contained in:
Revadike
2019-04-05 00:13:02 +02:00
committed by GitHub
parent 868ce9cdb4
commit 9ed377e843

View File

@@ -152,8 +152,8 @@ CSteamUser.prototype.deleteComment = function(commentID, callback) {
this._community.deleteUserComment(this.steamID, commentID, callback);
};
CSteamUser.prototype.getUserComments = function(options, callback) {
this._community.postUserComment(this.steamID, options, callback);
CSteamUser.prototype.getComments = function(options, callback) {
this._community.getUserComments(this.steamID, options, callback);
};
CSteamUser.prototype.inviteToGroup = function(groupID, callback) {