🚸 添加发布工作流
This commit is contained in:
@ -1,3 +1,5 @@
|
||||
from git import Repo
|
||||
|
||||
from liteyuki.bot import (
|
||||
LiteyukiBot,
|
||||
get_bot,
|
||||
@ -21,14 +23,16 @@ from liteyuki.log import (
|
||||
)
|
||||
|
||||
__all__ = [
|
||||
"LiteyukiBot",
|
||||
"get_bot",
|
||||
"get_config",
|
||||
"get_config_with_compat",
|
||||
"Channel",
|
||||
"Event",
|
||||
"load_plugin",
|
||||
"load_plugins",
|
||||
"init_log",
|
||||
"logger"
|
||||
]
|
||||
"LiteyukiBot",
|
||||
"get_bot",
|
||||
"get_config",
|
||||
"get_config_with_compat",
|
||||
"Channel",
|
||||
"Event",
|
||||
"load_plugin",
|
||||
"load_plugins",
|
||||
"init_log",
|
||||
"logger"
|
||||
]
|
||||
|
||||
__version__ = f"6.3.5+g{Repo('.').head.commit.hexsha}"
|
||||
|
Reference in New Issue
Block a user