Skip to content

Commit

Permalink
Update msgReply.py
Browse files Browse the repository at this point in the history
  • Loading branch information
lunzhiPenxil committed Jan 4, 2024
1 parent 077deb0 commit 0e3715d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OlivaStoryCore/msgReply.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 0e3715d

Please sign in to comment.