An open API service indexing awesome lists of open source software.

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

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
```