Skip to content

Commit 08eb218

Browse files
committed
Fix color string
1 parent 7ef6d87 commit 08eb218

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/developer_tools/Embedded_App_SDK.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -999,7 +999,7 @@ Received when the current guild member object changes.
999999
"asset": "abcdefg",
10001000
"sku_id": "123456789"
10011001
},
1002-
"color_string": "ffff00"
1002+
"color_string": "#ffff00"
10031003
}
10041004
```
10051005

0 commit comments

Comments
 (0)