nest-telegram icon indicating copy to clipboard operation
nest-telegram copied to clipboard

NestJS module for creating Telegram bots by telegraf.js framework

Results 4 nest-telegram issues
Sort by recently updated
recently updated
newest added

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...

dependencies

Bumps [standard-version](https://github.com/conventional-changelog/standard-version) from 7.1.0 to 8.0.1. Release notes Sourced from standard-version's releases. standard-version v8.0.1 Bug Fixes deps: update dependency conventional-changelog to v3.1.21 (#586) (fd456c9) deps: update dependency conventional-changelog-conventionalcommits to v4.3.0...

dependencies

Hey man! First of all: great work on the nest-telegram package. I don't know if it's a lot of work for you, but maybe it would be possible to add...

Hi. When i try use your module i get error while app starting. My module: ``` import { Module, NestModule } from '@nestjs/common'; import { TelegramModule as TM, TelegramBot }...