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 76fe5d2 commit 90b81f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions OlivaDiceLogger/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)

replyMsg = OlivaDiceCore.msgReply.replyMsg
replyMsgLazyHelpByEvent = OlivaDiceCore.msgReply.replyMsgLazyHelpByEvent
Expand Down

0 comments on commit 90b81f6

Please sign in to comment.