- Added list of modules supported
This commit is contained in:
Tristan B. Velloza Kildaire 2023-06-18 13:15:37 +02:00
parent c00d83d070
commit 1361bcf252
1 changed files with 13 additions and 0 deletions

View File

@ -5,6 +5,19 @@ botty
IRC bot for the BonoboNET IRC network
## Modules
Many modules are supported (you can see [here]()) but to name a few we have:
1. Translation
* The user can translate given text to English with `.tr Halo daar`
* You can specify the language to translate to as well with `.tr:af Lekker man`
* Powered by Google Translate
2. Rot13
* You can do Rot13 using `.rot13 <Text>`
3. Ping
* Let's you ping a endpoint with `.ping <addr/domain>`
## Credits
* [rany2](https://github.com/rany2)