mirror of
https://github.com/danbulant/discord.js
synced 2026-06-21 07:42:36 +00:00
3.7.1 rebuild
This commit is contained in:
parent
4e15ba1edd
commit
7361cf3dc3
14 changed files with 3893 additions and 12 deletions
|
|
@ -1925,4 +1925,4 @@ var Client = (function () {
|
|||
return Client;
|
||||
})();
|
||||
|
||||
module.exports = Client;
|
||||
module.exports = Client;
|
||||
|
|
|
|||
|
|
@ -10,4 +10,4 @@ exports.LOGIN = exports.AUTH + "/login";
|
|||
exports.LOGOUT = exports.AUTH + "/logout";
|
||||
exports.USERS = exports.API + "/users";
|
||||
exports.SERVERS = exports.API + "/guilds";
|
||||
exports.CHANNELS = exports.API + "/channels";
|
||||
exports.CHANNELS = exports.API + "/channels";
|
||||
|
|
|
|||
|
|
@ -18,4 +18,4 @@ var Member = (function (_User) {
|
|||
}
|
||||
|
||||
return Member;
|
||||
})(User);
|
||||
})(User);
|
||||
|
|
|
|||
|
|
@ -68,4 +68,4 @@ var PMChannel = (function () {
|
|||
return PMChannel;
|
||||
})();
|
||||
|
||||
module.exports = PMChannel;
|
||||
module.exports = PMChannel;
|
||||
|
|
|
|||
|
|
@ -45,4 +45,4 @@ var Permission = (function () {
|
|||
}]);
|
||||
|
||||
return Permission;
|
||||
})();
|
||||
})();
|
||||
|
|
|
|||
|
|
@ -98,4 +98,4 @@ var Channel = (function () {
|
|||
return Channel;
|
||||
})();
|
||||
|
||||
module.exports = Channel;
|
||||
module.exports = Channel;
|
||||
|
|
|
|||
|
|
@ -9,4 +9,4 @@ var Discord = {
|
|||
Client: Client
|
||||
};
|
||||
|
||||
module.exports = Discord;
|
||||
module.exports = Discord;
|
||||
|
|
|
|||
|
|
@ -200,4 +200,4 @@ Internal.XHR.setUsername = function (token, avatar, email, newPassword, password
|
|||
});
|
||||
};
|
||||
|
||||
exports.Internal = Internal;
|
||||
exports.Internal = Internal;
|
||||
|
|
|
|||
|
|
@ -32,4 +32,4 @@ var Invite = (function () {
|
|||
return Invite;
|
||||
})();
|
||||
|
||||
module.exports = Invite;
|
||||
module.exports = Invite;
|
||||
|
|
|
|||
|
|
@ -76,4 +76,4 @@ var Message = (function () {
|
|||
return Message;
|
||||
})();
|
||||
|
||||
module.exports = Message;
|
||||
module.exports = Message;
|
||||
|
|
|
|||
|
|
@ -180,4 +180,4 @@ var Server = (function () {
|
|||
return Server;
|
||||
})();
|
||||
|
||||
module.exports = Server;
|
||||
module.exports = Server;
|
||||
|
|
|
|||
|
|
@ -54,4 +54,4 @@ var User = (function () {
|
|||
return User;
|
||||
})();
|
||||
|
||||
module.exports = User;
|
||||
module.exports = User;
|
||||
|
|
|
|||
3879
web-dist/discord.3.7.1.js
Normal file
3879
web-dist/discord.3.7.1.js
Normal file
File diff suppressed because one or more lines are too long
2
web-dist/discord.min.3.7.1.js
Normal file
2
web-dist/discord.min.3.7.1.js
Normal file
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue