diff --git a/nonebot_plugin_nonememe/__init__.py b/nonebot_plugin_nonememe/__init__.py index 1c4dc67..19c49ef 100644 --- a/nonebot_plugin_nonememe/__init__.py +++ b/nonebot_plugin_nonememe/__init__.py @@ -24,6 +24,8 @@ "~kaiheila", "~qqguild", "~telegram", + "~feishu", + "~red", }, extra={"License": "MIT", "Author": "student_2333"}, ) diff --git a/pyproject.toml b/pyproject.toml index 2a5fe55..3f090e9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ description = "The daily life of the NoneBot group members" authors = [{ name = "student_2333", email = "lgc2333@126.com" }] dependencies = [ "nonebot2>=2.0.0", - "nonebot-plugin-send-anything-anywhere>=0.2.7", + "nonebot-plugin-send-anything-anywhere>=0.3.0", "nonebot-plugin-apscheduler>=0.3.0", "pydantic>=1.10.4,<2", "httpx>=0.24.1",