Discord bot that displays the number of people at the Vital climbing gym in Brooklyn.
To install dependencies:
bun installTo run:
Create a .env file with the following:
DISCORD_APPLICATION_ID=your_discord_application_id
DISCORD_PUBLIC_KEY=your_discord_public_key
DISCORD_TOKEN=your_discord_token
Then run:
bun run index.ts register
bun run index.ts startCreated by Eric Butler eric@codebutler.com X@codebutler
