Skip to content

LewkHubbard/selfbot-1

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Discord Self Bot

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.0%
  • Other 1.0%