remove-keyboard-bot
Run bot
- install NodeJS
- clone this repo:
git clone https://git.zeldon.ru/zeldon/remove-keyboard-bot.git
- cd to dir with bot
- write
npm i
- cp env:
cp .env.example .env
- edit
.env
(add token)
- start in dev mode:
npm run dev
and prod: npm run build && node dist/index.js