mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2026-01-21 07:32:59 -05:00
[Docs] Add information about provisional status of RPC (#3862)
This commit is contained in:
@@ -4,6 +4,10 @@
|
||||
RPC
|
||||
===
|
||||
|
||||
.. important::
|
||||
|
||||
RPC support is included in Red on a provisional basis. Backwards incompatible changes (up to and including removal of the RPC) may occur if deemed necessary.
|
||||
|
||||
V3 comes default with an internal RPC server that may be used to remotely control the bot in various ways.
|
||||
Cogs must register functions to be exposed to RPC clients.
|
||||
Each of those functions must only take JSON serializable parameters and must return JSON serializable objects.
|
||||
|
||||
Reference in New Issue
Block a user