From 1d8004253cd442be5dc38174bf2d96a358154d44 Mon Sep 17 00:00:00 2001 From: ojhdt Date: Sun, 1 Jan 2023 00:55:14 +0800 Subject: [PATCH] bump version --- README.rst | 16 ++++++++++++++++ efb_parabox_master.egg-info/PKG-INFO | 2 +- efb_parabox_master/__version__.py | 2 +- 3 files changed, 18 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 80901a8..cd2aa0e 100644 --- a/README.rst +++ b/README.rst @@ -90,6 +90,22 @@ EPM 是一个用于 EH Forwarder Bot 的 Parabox 主端。需结合 Parabox WS token: abcdefghij + # [Message Sending Interval] + # The time interval for getting messages to send from the database. If the time is too short, + # it will cause high-frequency query of the database, if the time is too long, it will cause a + # long receiving delay. The unit is second. + + sending_interval: 3 + + # [Compatibility Mode] + # Compatibility mode is used to enable compatibility with slaves that does not support the + # feature of obtaining group members' avatars. + # It SHOULD NOT be enabled most of the time. + + compatibility_mode: true + + + 已知问题 ========= diff --git a/efb_parabox_master.egg-info/PKG-INFO b/efb_parabox_master.egg-info/PKG-INFO index f8077b9..280cb11 100644 --- a/efb_parabox_master.egg-info/PKG-INFO +++ b/efb_parabox_master.egg-info/PKG-INFO @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: efb-parabox-master -Version: 1.0.1 +Version: 1.0.2 Summary: Parabox Master Channel for EH Forwarder Bot. Author: Ojhdt License: AGPLv3+ diff --git a/efb_parabox_master/__version__.py b/efb_parabox_master/__version__.py index 0058b93..bb35ee1 100644 --- a/efb_parabox_master/__version__.py +++ b/efb_parabox_master/__version__.py @@ -1 +1 @@ -__version__ = "1.0.1" \ No newline at end of file +__version__ = "1.0.2" \ No newline at end of file