- Added discord.ext.ipc.client.Client(...).discover(): Returns a Node connection to your IPC server, allowing for easier communication.
- Completely changed discord.ext.ipc.client.Client(...) to a Node based system, see README.md for new structure.
- Fixed import errors
- discord.ext.ipc.client.Node(...).request(...) now returns None if 'null' is received.
- The library will now close the writer object.
- The library will read until EOF