Starting point for creating python based Discord Bot
You need Python 3.4 or later to run discord-bot-boilerplate. Recommend using Python 3.6+ Python packages are available at http://www.python.org/getit/
To Run:
$ pip install -r requirements.txt
$ python app.py
- Discord.py - Discord python3 API wrapper
- Greg Amato - Initial work - Amatobahn
This project is licensed under the MIT License - see the LICENSE.md file for details