feat: 支持在命令行操作bot

fix: 修复 windows 下 ctrl+c 不能退出程序的问题
This commit is contained in:
Soulter
2023-11-30 12:06:37 +08:00
parent d602041ad0
commit be1f8e7075
7 changed files with 134 additions and 85 deletions
-2
View File
@@ -126,8 +126,6 @@ class Command:
fail_rec = ""
if plugins is None:
return False, "未找到任何插件模块"
print(plugins)
for plugin in plugins:
try: