Skip to content
/ lgtbot Public

Bot for the Let's Get Technical Discord server

License

Notifications You must be signed in to change notification settings

mhchen/lgtbot

Repository files navigation

Let's Get Technical (LGT) Bot

Running the bot

Get a copy of the .env file, then install dependencies:

bun install

And run:

bun run src/index.ts

This will:

  1. Start the bot and create the slash commands in the Discord
  2. Start an express server that will listen for Twitch webhook events indicating that one of the subscribed streamer's streams are starting.

In production, this app uses PM2 to start the daemon. Start it with:

pm2 start pm2.config.cjs --watch

Functionality

Twitch bot

Allows users to subscribe to streamers, list active subscriptions, and unsubscribe from streamers. Subscriptions notify a channel in the LGT Discord that a stream has started.

About

Bot for the Let's Get Technical Discord server

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published