Apollo is a discord bot written in Python. Apollo uses the disord API for python discord.py
- Utility and mod commands
- Bot control commands
- Personalizable adblock for nicknames
- Dynamic DB
- Fun commands
- (and much more! ...)
In order to have Apollo working you need at least Python 3.5
:
$ sudo apt-get install python3
Install the discord API module:
$ pip3 install -U discord.py
Customize the database with your data and rename it to db.json:
$ vi replace_me_db.json
vim> :w db.json
Run bot.py:
$ python3 bot.py