UNPKG

@jadl/cmd

Version:
12 lines (11 loc) 401 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Channel = void 0; const Decorators_1 = require("../../utils/Decorators"); exports.Channel = Decorators_1.Decorators.createParameterDecorator(() => { return (int, { worker }) => { if (!int.channel_id) return undefined; return worker.channels.get(int.channel_id); }; });