:information_source: This project would not be possible without the help and assistance of Aleksandr Bukhalo and the fantastic bukhalo/nestjs-telegraf project.
This project was generated using Nx.
🔎 Smart, Fast and Extensible Build System
This project is both my first grammY plugin and first NestJS project as well -- please be patient -- @drmikecrowe
@grammyjs/nest
including permission delegationTo test out this repo, the following process is recommended until released:
nx g @nrwl/nest:app mytestapp
.env.example
to .env
and fill in with the appropriate information (leave BOT_INFO
blank at first -- you will see a debug log showing how to fill it out in the future)Reference nestjs-grammy
normally, and it will pull in the source code from the package.
The packages/sample-echo-bot
is fully functioning and can be run with a bot token set in the environment
To build:
yarn nx run grammy-nestjs:build
To deploy:
yarn nx run grammy-nestjs:publish
:warning: Firebase Emulation Only You may need to link
@grammyjs/nestjs
to this project. For example:
nx run grammy-nestjs:build
pushd dist/packages/grammy-nestjs/
yarn link
popd
yarn link @grammyjs/nestjs