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