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 git@github.com:FrankWhoee/victorbot.gitcd victorbotpython3.7 -m venv venvsource venv/bin/activatepip install -r requirements.txtgit submodule initgit submodule updatecd nsfw_modelpip install -U .cd ..echo "discord=YOURTOKEN" > .env- Replace YOURTOKEN with your discord bot token from the Discord Developer Portal
- To run:
python main.py