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
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.
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