Discord Bot with Discord.js V14 Only slash command
Create your database on mongodb Atlas
npm install to install all the modules present in the package.json
Add your DISCORD_TOKEN an DATABASE_URI in exemple.env and rename in .env
- Edit the Dockerfile if you want to change the path
- Build the container with
docker build -t zmbot . - Launch the container with
docker run zmbot
