/grammy-minimal-scaling-example

Minimal example to demonstrate directory structure for scaling up Grammy, using Composers, Routers and custom Context flavors

Primary LanguageTypeScript

Minimal scaling example for Grammy

Demonstrates the use of Routers and Composer, and a possible directory structure for organisation when scaling the project up.

Usage

# Install node modules
yarn

# Compile typescript
yarn tsc

# Run the program
BOT_TOKEN=<insert bot token here> node dist/index.js