Skip to content

Commit

Permalink
README
Browse files Browse the repository at this point in the history
  • Loading branch information
fajnyCreeper committed Mar 30, 2020
1 parent 4a99d9d commit 8e43c04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ Examples are using base command `!bets`
### Request on API
This will show example body of StreamElements command
```
${customapi.example.com/SEContestChatCommands.php?key=my_key&action=${pathescape ${1}}&name=${pathescape ${queryescape ${2|' '}}}&duration=${pathescape ${queryescape ${3|' '}}}&options=${pathescape ${queryescape ${4:|' '}}}&winner=${pathescape ${queryescape ${2:|' '}}}}
${customapi.example.com/SEContestChatCommands.php?key=my_key&action=${pathescape ${queryescape ${1}}}&name=${pathescape ${queryescape ${2|' '}}}&duration=${pathescape ${queryescape ${3|' '}}}&options=${pathescape ${queryescape ${4:|' '}}}&winner=${pathescape ${queryescape ${2:|' '}}}}
```

0 comments on commit 8e43c04

Please sign in to comment.