mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-08-16 15:30:59 +00:00
feat: 热重载加上tips模块
This commit is contained in:
@@ -41,6 +41,7 @@ def reload_all(notify=True):
|
|||||||
importlib.reload(__import__('config'))
|
importlib.reload(__import__('config'))
|
||||||
importlib.reload(__import__('main'))
|
importlib.reload(__import__('main'))
|
||||||
importlib.reload(__import__('banlist'))
|
importlib.reload(__import__('banlist'))
|
||||||
|
importlib.reload(__import__('tips'))
|
||||||
context.context = this_context
|
context.context = this_context
|
||||||
|
|
||||||
# 重载插件
|
# 重载插件
|
||||||
|
|||||||
Reference in New Issue
Block a user