UNPKG

@leinstay/discobot

Version:

A simple commandless discord bot for 24/7 streaming of internet radio stations (e.g. SHOUTcast).

12 lines (7 loc) 306 B
start: ## Starts the container docker run --rm --name discobot -v $(shell pwd):/usr/src/bot -v exclude:/usr/src/bot/node_modules/ discobot build: ## Builds the container docker build -t discobot . stop: ## Stops the container docker stop discobot restart: stop start ## Restart container