Axio is a sequel to https://github.com/vined-underscore/VBot.
Axio has 70+ commands and it supports multiple accounts at once. It mostly uses embeds (with links) instead of normal messages as responses to commands.
- Install Python 3.11 or 3.12
- Run setup.bat
- You do not need to install and fix discord.py-self manually as it is already in the repository.
- Put your tokens in ./configs/tokens.json, the
main
part is where you should put your main account and for your alts you have to put them in theothers
part (optional).
- This is how it should look like:
{
"tokens": {
"main": "MTExOTY3OTM1NDMwNjI5NzkxOA",
"other": [
"MTE0MjA0NTc3NDM5MDIzOTMxMw",
"MTIwNDUzMDE5NDM1NTA2MDczOA"
]
}
}
- Run axio.py, it will create config folders and you can modify the config.json files for each respective account in
./configs/(user-id)
- More commands
- I should probably make more help command videos but I'm pretty sure I'm the only person using this bot so it doesn't really matter