Skip to content

Commit

Permalink
修正help文档
Browse files Browse the repository at this point in the history
  • Loading branch information
lunzhiPenxil committed Jan 5, 2022
1 parent 1120267 commit 4226b7f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion OlivaDiceJoy/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
'''


OlivaDiceJoy_ver = '3.0.0'
OlivaDiceJoy_ver = '3.0.1'
10 changes: 5 additions & 5 deletions OlivaDiceJoy/msgCustom.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@
.mrrp 明日人品
此功能采用源自《梅花易数》的卜算方法,以日期与八字起卦进行推演,结果仅供参考。''',

'zrrp': '&log',
'mrrp': '&log',
'今日人品': '&log',
'昨日人品': '&log',
'明日人品': '&log',
'zrrp': '&jrrp',
'mrrp': '&jrrp',
'今日人品': '&jrrp',
'昨日人品': '&jrrp',
'明日人品': '&jrrp',
}

0 comments on commit 4226b7f

Please sign in to comment.