/DMModbot

A DM modbot for Discord so users can message the bot and be connected to admins

Primary LanguagePythonMIT LicenseMIT

DMModBot

Running the bot

  1. Create venv if you don't have it already

    python3 -m venv .venv
  2. Activate

    source ./.venv/bin/activate
  3. Install dependencies

    python3 -m pip install -r requirements.txt

    (When using the master branch of discord.py, you also need python -m pip install -U git+https://github.com/Rapptz/discord.py)

  4. Copy the config sample file and fill it in

    cp config.example.py config.py
  5. Run

    python3 Modbot.py