Andrei bd75deb29a Cleanup, global rate limit support, fix register_command, etc 9 years ago
disco Cleanup, global rate limit support, fix register_command, etc 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