mirror of
https://github.com/danbulant/discord.js
synced 2026-05-26 13:32:04 +00:00
3 lines
No EOL
85 B
JavaScript
3 lines
No EOL
85 B
JavaScript
exports.reg = function (c, a) {
|
|
return [c].concat(Array.prototype.slice.call(a));
|
|
}; |