Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 558 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 558 Bytes

PriestBot is a Discord bot based on the Discord API wrapper discord.py.

Requirements

  • Python 3.4.2+
  • discord.py rewrite library
  • aiohttp library
  • websockets library
  • PyNaCl library (optional, for voice only)
    • On Linux systems this requires the libffi library. You can install in debian based systems by doing sudo apt-get install libffi-dev.
  • twitch library
  • sqlite3 library
  • googleapiclientlibrary

Usually pip will handle these for you.

Related Projects