Multi-function bot that can manage voice channel movement and also acts as a soundboard. Also keeps track of server social credit. More features incoming, check out our Projects tab.
VictorBot runs on python3.7 so that we can use discord.py latest. The installation will not work with lower versions.
- Install python3.7
- Install pip
- Install virtualenv
- Install git
git clone [email protected]:FrankWhoee/victorbot.git
cd victorbot
python3.7 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
git submodule init
git submodule update
cd nsfw_model
pip install -U .
cd ..
echo "discord=YOURTOKEN" > .env
- Replace YOURTOKEN with your discord bot token from the Discord Developer Portal
- To run:
python main.py