CurseForge/Modrinth URLを送信すると情報を表示する機能を追加#14
Closed
mikumiku-jp wants to merge 2 commits intoValine3gDev:mainfrom
Closed
CurseForge/Modrinth URLを送信すると情報を表示する機能を追加#14mikumiku-jp wants to merge 2 commits intoValine3gDev:mainfrom
mikumiku-jp wants to merge 2 commits intoValine3gDev:mainfrom
Conversation
4694d6f to
6221157
Compare
|
PR確認しました、特権側で精査します |
Meatwo310
requested changes
Feb 24, 2026
Meatwo310
left a comment
There was a problem hiding this comment.
とりあえず動かしてみたうえで気になったところ:
- 元のメッセージの埋め込みが削除されず、Botの埋め込みと重複してかさばります
- 元のメッセージで埋め込みなしのリンク(例:
<https://modrinth.com/mod/sodium>)やコードブロックなどに入ったURLなど、Discordが埋め込みを表示しないケースでも、Botは埋め込みを送信します - Botはユーザーによるメッセージの編集・削除や埋め込みの削除に追従しません
- 複数のリンクを含むメッセージでは、Botがメッセージを埋め込みごとに分けて送信します
- 1メッセージあたりの埋め込みの最大数が3つまでにハードコードされています
discordが埋め込みを表示しない場合で送信しないように変更 ユーザーによるメッセージの編集や削除に追従するように変更 複数のリンクでも埋め込みを単一メッセージに変更 1メッセージあたりの埋め込みの最大数をconfigで設定できるように修正
Author
|
指摘点を修正しました |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
提案
CurseForge/ModrinthでマインクラフトのURLを送信すると、modのバージョンやローダーなどの情報が埋め込みで表示されるようにする。