https://github.com/rushmead/discord-bot
The Rushmead Streams Discord Bot
https://github.com/rushmead/discord-bot
Last synced: 3 months ago
JSON representation
The Rushmead Streams Discord Bot
- Host: GitHub
- URL: https://github.com/rushmead/discord-bot
- Owner: Rushmead
- Created: 2020-12-08T04:37:05.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-27T19:27:58.000Z (over 3 years ago)
- Last Synced: 2025-01-08T11:48:20.764Z (5 months ago)
- Language: TypeScript
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rushmead Streams Discord Bot
This is the discord bot that does some things in the Rushmead Streams discord server. It's built using TypeScript and Discord.JS.
## How to run
First clone the repository, then install the dependencies
```
yarn install
```Then build the code
```
yarn build
```Now you can either use docker or start it manually using
```
yarn start
```