Skip to content

Latest commit

 

History

History
56 lines (37 loc) · 1.81 KB

README.rst

File metadata and controls

56 lines (37 loc) · 1.81 KB

Analyze Status Build Status Deploy Status Lint Status


discord-ext-ipc

A discord.py extension for inter-process communication.

Installation

# Windows
py -3 -m pip install --upgrade discord-ext-ipc

# Linux
python3 -m pip install --upgrade discord-ext-ipc

Usage

For examples using Quart, refer to the examples directory.

Running

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.