mirror of https://github.com/Mai-with-u/MaiBot.git
Merge branch 'MaiM-with-u:dev' into dev
commit
6ec3a5e6c6
BIN
requirements.txt
BIN
requirements.txt
Binary file not shown.
|
|
@ -1,7 +1,7 @@
|
||||||
"""测试插件动作模块"""
|
"""测试插件动作模块"""
|
||||||
|
|
||||||
# 导入所有动作模块以确保装饰器被执行
|
# 导入所有动作模块以确保装饰器被执行
|
||||||
from . import test_action # noqa
|
# from . import test_action # noqa
|
||||||
|
|
||||||
# from . import online_action # noqa
|
# from . import online_action # noqa
|
||||||
from . import mute_action # noqa
|
# from . import mute_action # noqa
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue