Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
karashiiro authored Apr 5, 2024
1 parent d15b9e7 commit fd68213
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ TTS prompt:
"Type": "Say",
"Payload": "Firstname Lastname says something",
// Will replace the logged-in player's name with {{FULL_NAME}}, {{FIRST_NAME}}, or {{LAST_NAME}} as appropriate.
"PayloadTemplate": "Firstname Lastname says something",
// Does not currently apply to players other than the logged-in player.
"PayloadTemplate": "{{FULL_NAME}} says something",
"Voice": {
"Name": "Gender"
},
Expand Down

0 comments on commit fd68213

Please sign in to comment.