mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-10 08:33:30 +01:00
Merge remote-tracking branch 'upstream/rewrite' into rewrite
This commit is contained in:
5
lib/Util/ArgumentRegulariser.js
Normal file
5
lib/Util/ArgumentRegulariser.js
Normal file
@@ -0,0 +1,5 @@
|
||||
"use strict";
|
||||
|
||||
exports.reg = function (c, a) {
|
||||
return [c].concat(Array.prototype.slice.call(a));
|
||||
};
|
||||
Reference in New Issue
Block a user