For fun. (and because 𝕏 was banned in Brazil)
Click here to add the bot to your Discord server.
- Clone the repository using Git.
git clone [email protected]:leandcesar/diXcord.git
- Navigate to the directory.
cd diXcord
- Ensure you fill in the necessary environment variables in the
.env
file. - Build the Docker service for the application.
make build
- Start the application and check if everything is running correctly.
make up
- Stop and remove Docker containers and networks.
make down
- Remove temporary files.
make clean