1
0
forked from bot/app

🚸 添加发布工作流

This commit is contained in:
2024-08-18 01:25:11 +08:00
parent 8d78e643e0
commit 0e125f7c81
8 changed files with 66 additions and 64 deletions

View File

@ -2,7 +2,6 @@
此模块用于注册观察者函数使用watchdog监控文件变化并重启bot
启用该模块需要在配置文件中设置`dev_mode`为True
"""
import functools
import time
from typing import Callable, TypeAlias