This commit is contained in:
Revadike 2019-04-05 00:13:02 +02:00 committed by GitHub
parent 868ce9cdb4
commit 9ed377e843
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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) {