mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-12 01:23:31 +01:00
More things
This commit is contained in:
3
src/Util/ArgumentRegulariser.js
Normal file
3
src/Util/ArgumentRegulariser.js
Normal file
@@ -0,0 +1,3 @@
|
||||
exports.reg = function (c, a) {
|
||||
return [c].concat(Array.prototype.slice.call(a));
|
||||
};
|
||||
Reference in New Issue
Block a user