mirror of
https://github.com/zhenxun-org/zhenxun_bot.git
synced 2025-12-14 21:52:56 +08:00
🎨 修改早安时间
This commit is contained in:
parent
6dfebaae96
commit
75e10fe38a
@ -62,7 +62,6 @@ def build_plugin_data(classify: dict[str, list[Item]]) -> list[dict[str, str]]:
|
||||
for menu, value in classify.items()
|
||||
]
|
||||
plugin_list = build_line_data(plugin_list)
|
||||
|
||||
plugin_list.insert(
|
||||
0,
|
||||
build_plugin_line(
|
||||
|
||||
@ -34,8 +34,8 @@ async def check(bot: Bot, group_id: str) -> bool:
|
||||
# 早上好
|
||||
@scheduler.scheduled_job(
|
||||
"cron",
|
||||
hour=14,
|
||||
minute=52,
|
||||
hour=6,
|
||||
minute=1,
|
||||
)
|
||||
async def _():
|
||||
message = MessageUtils.build_message(["早上好", IMAGE_PATH / "zhenxun" / "zao.jpg"])
|
||||
|
||||
Loading…
Reference in New Issue
Block a user