easy-discord
A Python library that allows Python learners to easily create simple Discord bots.
Easy-discord was designed with the expectation that it will be used as a stepping stone to more advanced libraries, such as discord.py.
This module is a simplified version of discord.py.
Installation
Make sure you have Python 3.6+ installed, then...
On Windows: py -m pip install easy-discord
On Mac/Linux: python3 -m pip install easy-discord
If you get an error message, try adding -U
between install
and git+...
Documentation
Easy-discord features comprehensive documentation, which includes tutorials, recipies, guides, and more.