UNPKG

nestjs-telegraf

Version:
8 lines (7 loc) 308 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.InjectBot = void 0; const common_1 = require("@nestjs/common"); const utils_1 = require("../../utils"); const InjectBot = (botName) => (0, common_1.Inject)((0, utils_1.getBotToken)(botName)); exports.InjectBot = InjectBot;