去除wcf对象
This commit is contained in:
@@ -57,7 +57,6 @@ class PluginManagerPlugin(MessagePluginInterface):
|
||||
self.LOG.info(f"正在初始化 {self.name} 插件...")
|
||||
|
||||
# 保存上下文对象
|
||||
self.wcf = context.get("wcf")
|
||||
self.event_system = context.get("event_system")
|
||||
self.message_util = context.get("message_util")
|
||||
|
||||
@@ -87,7 +86,6 @@ class PluginManagerPlugin(MessagePluginInterface):
|
||||
|
||||
sender = message.get("sender")
|
||||
roomid = message.get("roomid", "")
|
||||
wcf = message.get("wcf")
|
||||
gbm = message.get("gbm")
|
||||
target = roomid if roomid else sender
|
||||
|
||||
|
||||
Reference in New Issue
Block a user