mirror of
https://github.com/System-End/Discord-MC-Chat.git
synced 2026-04-19 19:45:14 +00:00
fix: update edited_message color
This commit is contained in:
parent
abcf8a94ce
commit
58d5b65eb3
2 changed files with 2 additions and 2 deletions
|
|
@ -104,7 +104,7 @@ discord_to_minecraft:
|
|||
color: "{role_color}"
|
||||
- text: "{message}"
|
||||
bold: false
|
||||
color: "dark_gray"
|
||||
color: "gray"
|
||||
delete: # Message delete notification format
|
||||
- text: "[Discord] "
|
||||
bold: true
|
||||
|
|
|
|||
|
|
@ -104,7 +104,7 @@ discord_to_minecraft:
|
|||
color: "{role_color}"
|
||||
- text: "{message}"
|
||||
bold: false
|
||||
color: "dark_gray"
|
||||
color: "gray"
|
||||
delete: # 消息删除通知格式
|
||||
- text: "[Discord] "
|
||||
bold: true
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue