From 0e3715df86a284e7746441d07f332b0edcbcb9cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BB=91=E8=B4=A8?= Date: Thu, 4 Jan 2024 16:04:31 +0800 Subject: [PATCH] Update msgReply.py --- OlivaStoryCore/msgReply.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OlivaStoryCore/msgReply.py b/OlivaStoryCore/msgReply.py index 74ee9ac..064c3ba 100644 --- a/OlivaStoryCore/msgReply.py +++ b/OlivaStoryCore/msgReply.py @@ -269,7 +269,7 @@ def unity_reply(plugin_event, Proc): if tmp_reply_str != None: replyMsg(plugin_event, tmp_reply_str) else: - tmp_reply_str = OlivaDiceCore.helpDoc.getHelp('story', plugin_event.bot_info.hash) + tmp_reply_str = OlivaDiceCore.helpDoc.getHelp('story', tmp_botHash) if tmp_reply_str != None: replyMsg(plugin_event, tmp_reply_str) else: