ℹ️ This project would not be possible without the help and assistance of Aleksandr Bukhalo and the fantastic bukhalo/nestjs-telegraf project.
To test out this repo:
- Clone the repo
- Run
yarn install
- Change into this sample folder via
cd packages/sample-echo-bot
- Copy
.env.example
to.env
and fill in with the appropriate information (leaveBOT_INFO
blank at first -- you will see a debug log showing how to fill it out in the future) - Run:
DEBUG=bot:*,nestjs-grammy:* nx run sample-echo-bot:serve