/welcome-bot

DMs welcome message for new members on Discord server

Primary LanguagePythonMIT LicenseMIT

Welcome Discord Bot

Bot welcomes new members on Discord's Guild.

Requirements

Basic Usage

  1. Edit the src/welcome-message.md as you please.

  2. Set the API_TOKEN env var from the Discord Application bot

  3. Then run the project with local Python or as a Docker container (recommended).

Local

make local installs dependencies and run the application.

Docker

Execute make or make run command to build and run the docker container. When you are done, make clean will remove the docker container and image.