This repository has been archived on 2025-02-06. You can view files and clone it, but cannot push or open issues or pull requests.
2023-11-12 21:26:31 +03:00

10 lines
320 B
Markdown

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