You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Andrei 4c41010fc1 Add permissions support, etc fixes/tweaks 9 years ago
disco Add permissions support, etc fixes/tweaks 9 years ago
examples Python 3, various other tweaks/fixes 9 years ago
.gitignore Better pre/post hooking 9 years ago
README.md Simplify state listeners 9 years ago
requirements.txt Simplify state listeners 9 years ago
setup.py Better pre/post hooking 9 years ago

README.md

disco

A Pythonic Discord library built for simplicity and extendability. Supports 2.x/3.x versions of Python. Uses gevent.

TODOS

  • Permissions/Roles support
  • Plugin/Library reloading
    • Abstract GatewayClient out into the WebsocketProcessProxy
    • Abstract VoiceClients to run in a seperate process
  • Voice Support