A discord.py extension for inter-process communication.
# Windows
py -3 -m pip install --upgrade discord-ext-ipc
# Linux
python3 -m pip install --upgrade discord-ext-ipc
For examples using Quart, refer to the examples directory.
To run the IPC Server, simply run your bot as normal. Once the on_ipc_ready event has been dispatched, run your webserver.
For support join the Ext-Creators Discord Server.