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 fb280cdef6 Permissions, fixes 9 years ago
disco Permissions, fixes 9 years ago
examples Permissions, 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