mirror of
https://github.com/DoctorMcKay/node-steamcommunity.git
synced 2026-09-05 06:52:51 +08:00
Oopsy
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user