wpm-discord-bot

A Discord bot codebase attempt

MIT License

Stars
0
Committers
2

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:
  1. Run docker compose up
  2. You can also run dev mode with docker compose watch