-
Notifications
You must be signed in to change notification settings - Fork 100
Open
Labels
enhancementNew feature or requestNew feature or request
Description
I'm using nestjs-console package and I have separate cli entrypoint for commands. That entrypoint initialized application and closes it at the end similar to example below.
And each close call causes Error: Bot is not running
on following line:
https://github.com/hypeertech/nestjs-telegraf/blob/0781837c19be463f3dc924c78327cd229c865081/lib/telegraf-core.module.ts#L120
So is there anyway to add a check there whether the bot is running before stopping it, so that my cli process have correct exit code during CI instead of having error every time due to this?
CrazyLittleHorse, alex4506, SenSkysh, yevgeniy-shkolyar and pedrojioc
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request