-
Notifications
You must be signed in to change notification settings - Fork 1
About the Function
Spectrollay edited this page Aug 13, 2024
·
1 revision
简体中文 | English
Language translations may not be 100% accurate
Language translations may not be 100% accurate
RyhBotPythonSDK is mainly composed of three parts: Message, Server, Plugin
- Message: Messsage is responsible for sending messages. It encapsulates the Yunhu public API and can be called easily and quickly.
- Server: The server is responsible for receiving messages. It will start a network service at 0.0.0.0 to obtain messages sent by the Yunhu server.
- Plugin: Plugin is responsible for loading plugins. When the project starts, it will automatically load the plugins in the Plugins directory.
(Note: this function is not available in the old version. To determine whether this function is available, you can check whether Plugin.py exists in the RyhBotPythonSDK directory)
These three functions can be used independently. There is no dependency between them.
Developer: Runoneall
Translator: Spectrollay
This document is written by English and 简体中文.
English
本文档由English和简体中文编写。
简体中文