DJ Meneo - Discord Bot made with discordjs in typescript.
This is my personal Discord Bot. Have a look at it, use what you think is useful.
- Install the dependencies:
npm install
-
Create a .env file like the .env.template and fill the values.
-
Command to build:
npm run build
- Building for docker (requires Step: 3)
docker build -t user/repo:tag .
- Docker run
sudo docker run --name dj-meneo --restart always docker/hub:tag