Skip to content

Commit

Permalink
集中处理用户模态
Browse files Browse the repository at this point in the history
  • Loading branch information
lunzhiPenxil committed Aug 26, 2022
1 parent 7696e5a commit af92f5b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions OlivaDiceMaster/msgReply.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ def unity_reply(plugin_event, Proc):
dictStrCustom = OlivaDiceCore.msgCustom.dictStrCustomDict[plugin_event.bot_info.hash]
dictGValue = OlivaDiceCore.msgCustom.dictGValue
dictTValue.update(dictGValue)
dictTValue = OlivaDiceCore.msgCustomManager.dictTValueInit(plugin_event, dictTValue)

sendMsgByEvent = OlivaDiceCore.msgReply.sendMsgByEvent
replyMsg = OlivaDiceCore.msgReply.replyMsg
Expand Down

0 comments on commit af92f5b

Please sign in to comment.