OxBot icon indicating copy to clipboard operation
OxBot copied to clipboard

General multipurpose bot for the Overextended Discord guild.

OxBot

Both Development and Production require use of Docker

Developmment

Setting up

Create a .env file with the following structure structure found in template.env and fill in the variables.

Starting the Application

In the root directory run: docker compose up

Nodemon will watch for changes you make in the src directory.

Production

Set up an .env file like in the development process.

To run the Application in production mode run: docker compose -f docker-compose.production.yaml up