/ipc-tests

IPC testing

Primary LanguagePythonApache License 2.0Apache-2.0

Analyze Status Build 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.