Skip to content

r-hensley/DMModbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DMModBot

Cloning the Repo

This repo uses git submodules, so when cloning be sure to use:

git clone --recurse-submodules

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 6

Languages