Development Overview
This section covers how to write your own custom middleware using the PBot API.
PBot consists of two primary service APIs:
- Bot API – Responsible for passing channel message history through any loaded middleware whenever activity occurs.
- Transceiver API – Handles storing messages in Redis and sending them to Discord.
Current PBot Version: 0.9.3
Starting Points