Skip to content

Commit

Permalink
Merge branch 'master' into wikipedia-command
Browse files Browse the repository at this point in the history
  • Loading branch information
TheTipo01 authored Oct 2, 2021
2 parents 769888b + 8182958 commit 5343522
Showing 1 changed file with 13 additions and 9 deletions.
22 changes: 13 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,26 @@

Discord TTS bot

Dependencies: [DCA](https://github.com/bwmarrin/dca/tree/master/cmd/dca), [ffmpeg](https://ffmpeg.org/download.html) and Loquendo Roberto SAPI voice
## Notes
- We now use slash commands (from release [0.6.0](https://github.com/TheTipo01/roberto/releases/tag/0.6.0))
- Dependencies: [DCA](https://github.com/bwmarrin/dca/tree/master/cmd/dca), [ffmpeg](https://ffmpeg.org/download.html) and Loquendo Roberto SAPI voice

For download, see releases.
To download, see releases page.

## Bot commands

`.say <text>` - Says text out loud
`/say <text>` - Says text out loud

`.bestemmia <n>` - Generates a bestemmia n times
`/bestemmia <n>` - Generates a bestemmia n times

`.treno <train number>` - Fakes train announcement given it's number
`/treno <train number>` - Fakes train announcement given its number

`.covid` - Says covid data out loud for current day in Italy
`/covid` - Says covid data out loud for current day in Italy

`.preghiera` - Randomly select a custom command
`/preghiera` - Randomly select a custom command

`.custom <custom command> <text>` - Creates a custom command to say text out loud. The bot will replace <god> with a random god and <dict> with a random adjective
`/addcustom <custom command> <text>` - Creates a custom command to say inputted text out loud. The bot will replace <god> with a random evangelical figure and <dict> with a random adjective

`.rmcustom <custom command>` - Removes a custom command
`/custom <custom_command>` - Executes a previously created custom command

`/rmcustom <custom command>` - Removes a custom command

0 comments on commit 5343522

Please sign in to comment.