mirror of
https://github.com/danbulant/discord.js
synced 2026-05-25 13:02:38 +00:00
5 lines
No EOL
100 B
JavaScript
5 lines
No EOL
100 B
JavaScript
"use strict";
|
|
|
|
exports.reg = function (c, a) {
|
|
return [c].concat(Array.prototype.slice.call(a));
|
|
}; |