Skip to content

Commit

Permalink
fix json
Browse files Browse the repository at this point in the history
  • Loading branch information
Whipstickgostop committed Nov 5, 2023
1 parent 098d858 commit b8ebcb3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions streamerbot/3.api/4.servers/1.websocket/1.events/custom.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ Send a custom JSON event over the Streamer.bot WebSocket server
"event": {
"source": "General",
"type": "Custom",
"data": {
"key": "value"
}
},
"data": {
"key": "value"
}
}
```
Expand Down

0 comments on commit b8ebcb3

Please sign in to comment.