Skip to content

Latest commit

 

History

History
54 lines (44 loc) · 1.59 KB

README.md

File metadata and controls

54 lines (44 loc) · 1.59 KB

verixx selfbot

Moderation, fun, utility and much more!

You need the following to run the bot: This can be done by pip install -r /path/to/requirements.txt

discord.py
requests
PythonGists
bs4
lxml
Pillow
mtranslate

Setup

First navigate into the data folder and open config.json, edit it to put your token and prefix in. And set FIRST to false

{
    "FIRST": false,
    "BOT": {
        "PREFIX": "s.",
        "TOKEN": "token_here"
    }
}

Alternatively, you could open a terminal in the directory of the bots location and type

$ python3 bot.py

On first start the launcher will run and you will need to input data. After that the bot will launch without setup neccessary.

Features

The default set of modules includes:

  • Moderation commands
  • Global emoji commands
  • Complex embed commands
  • Custom formatted paginated help
  • Miscellaneous commands
  • Easy to make your own commands
  • Stateless selfbot (Saves no data) This means that you can host it on heroku 24/7 for free

Contributors

@kwugfighter

@FloatCobra

@umbresp