Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 738 Bytes

File metadata and controls

17 lines (12 loc) · 738 Bytes

Mod-Bot

Setup & Usage

Server setup:
Have a role called staff, a role called muted, a channel called called welcome, and a channel called starboard

Usage:
get python
install required packages pip install -r requirements.txt
have your bot token in an enviroment variable named TOKEN (I discourage you from storing your token as raw text)
run launcher.py in src

You may recieve an error if you have an incorrect version of python/one of the packages.
Tested and worked on: Python v3.8.10, discord.py v1.7.3, Jishaku v2.5.0, humanize v4.2.1

note that this is a modified version of the actual bot, if you get an unknown error, feel free to open an issue and I will look into it