/climbbot

Discord bot that dislpays the number of people at the climbing gym

Primary LanguageTypeScript

ClimbBot

Discord bot that displays the number of people at the Vital climbing gym in Brooklyn.

Development

To install dependencies:

bun install

To 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 start

Credits

Created by Eric Butler eric@codebutler.com X@codebutler