Show Splatoon 3 Splatfest team image in presence embed

This commit is contained in:
Samuel Elliott
2024-01-07 08:47:04 +00:00
parent 597d3ba554
commit b5d86bf2d6
4 changed files with 40 additions and 8 deletions

View File

@@ -702,6 +702,8 @@ curl http://[::1]:12345/api/presence/0123456789abcdef/embed?transparent=1 > embe
curl http://[::1]:12345/api/presence/0123456789abcdef/embed?width=800 > embed.svg
# ... with Splatoon 3 presence
curl http://[::1]:12345/api/presence/0123456789abcdef/embed?include-splatoon3=1 > embed.svg
# ... with Splatoon 3 Splatfest team
curl 'http://[::1]:12345/api/presence/0123456789abcdef/embed?include-splatoon3=1&show-splatoon3-fest-team=1' > embed.svg
```
Example EventStream use: