nonebot / nonebot2

跨平台 Python 异步聊天机器人框架 / Asynchronous multi-platform chatbot framework written in Python
https://nonebot.dev
MIT License
5.91k stars 556 forks source link

Check your dependencies Python requirement #2740

Closed WMGray closed 4 months ago

WMGray commented 4 months ago

PyPI 项目名

nonebot-plugin-daily-task

插件 import 包名

nonebot_plugin_daily_task

标签

[{"label":"每日任务提醒","color":"#ea5252"}]

插件配置项

daily_task_bot_id: str = "123456789"
daily_task_db_name: str = "daily"
daily_task_start_hour: int = 0
daily_task_end_hour: int = 23
daily_task_interval_hour: int = 2
daily_task_priority: int = 10
daily_task_enabled: bool = True