Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 866 Bytes

README.md

File metadata and controls

40 lines (27 loc) · 866 Bytes

Apollo Discord Bot

Apollo is a discord bot written in Python. Apollo uses the disord API for python discord.py

Features (at the moment):

  • Utility and mod commands
  • Bot control commands
  • Personalizable adblock for nicknames
  • Dynamic DB
  • Fun commands
  • (and much more! ...)

Installation (on linux):

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

Acknowledgments: