mirror of
https://github.com/danbulant/discord.js
synced 2026-05-25 21:12:06 +00:00
5 lines
97 B
JavaScript
5 lines
97 B
JavaScript
"use strict";
|
|
|
|
export function reg (c, a) {
|
|
return [c].concat(Array.prototype.slice.call(a));
|
|
}
|