Skip to content

Multi-purpose Discord bot that can manage voice channel movement and also acts as a soundboard.

Notifications You must be signed in to change notification settings

FrankWhoee/victorbot

Repository files navigation

victorbot

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.

Prerequisites

VictorBot runs on python3.7 so that we can use discord.py latest. The installation will not work with lower versions.

Installation

  1. git clone git@github.com:FrankWhoee/victorbot.git
  2. cd victorbot
  3. python3.7 -m venv venv
  4. source venv/bin/activate
  5. pip install -r requirements.txt
  6. git submodule init
  7. git submodule update
  8. cd nsfw_model
  9. pip install -U .
  10. cd ..
  11. echo "discord=YOURTOKEN" > .env
  12. To run: python main.py