Skip to content

Reaper is a Discord bot that allows you to automate and make tasks easier that would normally take a lot of time and effort. It is designed to be easy to use and extremely customisation.

Notifications You must be signed in to change notification settings

damaredayo/reaper

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Black Mesa

Discord Lines of code

Black Mesa is a Discord Moderation bot designed with Performance, Reliability and Customization in mind.

Self Host Guide

Docker

The prefered and supported method of running the bot is via Docker with the provided docker-compose.yml.example file, you will be up and running in no time!

Installation (Linux)

  • You must first ensure you have up to date versions of Docker and Docker Compose
  • Download the source code for the project with git clone https://github.com/blackmesadev/black-mesa.git
  • You will then need to cp docker-compose.yml.example docker-compose.yml
  • Open the docker-compose.yml file with your preferred text editor and ensure you set the correct enviornment variables, they are listed accordingly. Do NOT forget to set a password for mongodb.
  • Once your docker-compose.yml file is in a state that you are happy with it, simply run docker-compose up --build -d to build and bring up the container detached.

Installation (Windows)

  • why are you trying to run a bot on windows

License

MIT License

Copyright (c) 2022 Tyler Thompson

About

Reaper is a Discord bot that allows you to automate and make tasks easier that would normally take a lot of time and effort. It is designed to be easy to use and extremely customisation.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 99.8%
  • Dockerfile 0.2%