A multi-purpose Discord bot for the Elysium server.
$ git clone git@github.com:Elysium-Stack/Muse.gitCopy the .env.example to .env and change the values in the .env file
$ docker-compose up -d db rabbitmq lavalink
$ docker-compose up muse$ docker-compose up radio music$ docker-compose exec -it muse yarn prisma migrate dev$ yarn
$ yarn prisma generate
$ yarn prisma migrate dev# watch mode (recommended)
$ yarn muse:start
# production mode
$ yarn muse:start:prod# watch mode (recommended)
$ yarn music:start
$ yarn radio:start
# production mode
$ yarn music:start:prod
$ yarn radio:start:prod- Author - Jurien Hamaker
- Website - https://the-river-styx.com
MUSE is GPL licensed.
