mirror of
https://github.com/DoctorMcKay/node-steamcommunity.git
synced 2025-02-06 01:25:01 +08:00
Oopsy
This commit is contained in:
parent
868ce9cdb4
commit
9ed377e843
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user