mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-13 18:13:29 +01:00
updateRole and deleteInvite
This commit is contained in:
@@ -2,4 +2,4 @@
|
||||
|
||||
exports.reg = function (c, a) {
|
||||
return [c].concat(Array.prototype.slice.call(a));
|
||||
};
|
||||
};
|
||||
|
||||
@@ -99,4 +99,4 @@ var Cache = (function (_Array) {
|
||||
return Cache;
|
||||
})(Array);
|
||||
|
||||
module.exports = Cache;
|
||||
module.exports = Cache;
|
||||
|
||||
@@ -42,4 +42,4 @@ var Equality = (function () {
|
||||
return Equality;
|
||||
})();
|
||||
|
||||
module.exports = Equality;
|
||||
module.exports = Equality;
|
||||
|
||||
Reference in New Issue
Block a user