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

https://github.com/castdrian/movie-web-bot

Simple discord bot to work along-side movie-web
https://github.com/castdrian/movie-web-bot

Last synced: about 2 months ago
JSON representation

Simple discord bot to work along-side movie-web

Awesome Lists containing this project

README

        

# discord-bot

Simple discord bot to work along-side movie-web

## Usage

### Production

```bash
docker run --env-file=.env --name=mw-bot --restart=unless-stopped ghcr.io/movie-web/discord-bot:master
```

### Development

```bash
docker-compose up
```