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
- Host: GitHub
- URL: https://github.com/castdrian/movie-web-bot
- Owner: castdrian
- License: mit
- Created: 2023-09-06T11:27:13.000Z (almost 2 years ago)
- Default Branch: dev
- Last Pushed: 2024-03-24T11:47:44.000Z (about 1 year ago)
- Last Synced: 2025-04-06T06:51:28.366Z (2 months ago)
- Language: TypeScript
- Size: 385 KB
- Stars: 2
- Watchers: 0
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```