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
アイテムドロップの通知にアイテムの説明文を含んでいるが、説明文に改行が含まれている一部アイテムを通知しようとするとJSONとしてinvalidになるためDiscord Webhookが受理されない
迅速のカーン専用の補助外骨格です。 装着時、回避率増加、受けるダメージ減少、標的効果を獲得します。
迅速のカーンの専用ランサーリボルバーキャノン用の弾丸です。 軽装型/重装型の打撃に効果的です。
https://github.com/eai04191/laoplus/blob/9df935722524dd7560fc116f261a1aebf54d27e2/Notification/DiscordWebhookClient.cs?rgh-link-date=2022-06-29T10%3A38%3A00Z#L29-L30
SendMessageAsyncでしているエスケープをすべてのjsonを扱うメソッドに追加する
The text was updated successfully, but these errors were encountered:
fix: DiscordWebhookClientのメッセージを送信する各メソッドに改行を含む文が渡された場合送信に失敗する問題を修正
8b6e84c
fix #113
2.0.1で通知されることを確認
Sorry, something went wrong.
eai04191
Successfully merging a pull request may close this issue.
アイテムドロップの通知にアイテムの説明文を含んでいるが、説明文に改行が含まれている一部アイテムを通知しようとするとJSONとしてinvalidになるためDiscord Webhookが受理されない
対象となるアイテムの例
対策
https://github.com/eai04191/laoplus/blob/9df935722524dd7560fc116f261a1aebf54d27e2/Notification/DiscordWebhookClient.cs?rgh-link-date=2022-06-29T10%3A38%3A00Z#L29-L30
SendMessageAsyncでしているエスケープをすべてのjsonを扱うメソッドに追加する
その他
The text was updated successfully, but these errors were encountered: