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
以下の理由のため、一部のゲームシステムについてIDを変更したい。
ディスコードでセットしようとするとChaos flareの半角空白で区切られてしまってセットできない模様 https://twitter.com/kougong0718/status/1259377412837502977
変更により、IDを正規表現 /^[A-Z][\w.]*$/ で表せるようにしたい。
/^[A-Z][\w.]*$/
.
SwordWorld2.0
先日のモノトーンミュージアムのID修正(#144)で問題が報告されていないため、他のゲームシステムについても行えるはず。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
以下の理由のため、一部のゲームシステムについてIDを変更したい。
例:
変更により、IDを正規表現
/^[A-Z][\w.]*$/
で表せるようにしたい。.
を許容するのは、SwordWorld2.0
にマッチするようにするため。先日のモノトーンミュージアムのID修正(#144)で問題が報告されていないため、他のゲームシステムについても行えるはず。
The text was updated successfully, but these errors were encountered: