We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
版本:nonebot_plugin_cocdicer 0.4.0
帮助信息: “ .r[dah#bp] a_number [+/-]ex_number d:骰子设定指令,标准格式为xdy,x为骰子数量y为骰子面数; a:检定指令,根据后续a_number设定数值检定; h:暗骰指令,骰子结构将会私聊发送给该指令者; #:多轮投掷指令,#后接数字即可设定多轮投掷; bp:奖励骰与惩罚骰; +/-:附加计算指令,目前仅支持数字 ”
实际情况:
根据帮助信息,应该是“.ra 1”得到第二个情况。然而“.ra”指令只会输出帮助信息。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
版本:nonebot_plugin_cocdicer 0.4.0
帮助信息:
“
.r[dah#bp] a_number [+/-]ex_number
d:骰子设定指令,标准格式为xdy,x为骰子数量y为骰子面数;
a:检定指令,根据后续a_number设定数值检定;
h:暗骰指令,骰子结构将会私聊发送给该指令者;
#:多轮投掷指令,#后接数字即可设定多轮投掷;
bp:奖励骰与惩罚骰;
+/-:附加计算指令,目前仅支持数字
”
实际情况:
“
D100=62=62
检定值1 62>1 失败
”
根据帮助信息,应该是“.ra 1”得到第二个情况。然而“.ra”指令只会输出帮助信息。
The text was updated successfully, but these errors were encountered: