Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 765 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 765 Bytes

Initialisation

  1. Run make initialize.

Your file tree should now look like this:

├── .env.example
├── .env
├── .env.test.example
├── .env.test
└── ...
  1. Adapt env files (.env.test, .env...), based on provided examples files.
  2. Find the token of your Discord bot instance, then put it in the .env file (i.e. : BOT_TOKEN)
  3. Configure your bot as follows:

Discord bot config (1)

Discord bot config (2)

Discord bot config (3)

  1. Run docker compose up
  2. You can also run dev mode with docker compose watch