Update README.md

This commit is contained in:
Florian Dahn 2020-04-28 20:18:24 +02:00 committed by GitHub
parent d66df4978d
commit 948c1368d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -97,6 +97,8 @@ Thanks !
* [SaveState](#savestate)
* [IgnoreState](#ignorestate)
- [Examples](#examples)
---
@ -1052,6 +1054,19 @@ public class Registration : STForm
```
## Examples
You find all example projects in the "Examples" subfolder.
- [Examples/SystemCommandsBot/](Examples/SystemCommandsBot/)
Will allow you to run specific system commands or run/kill processes via Bot. Has also a simple authentication mechanism with one password.
- [Examples/JoinHiderBot/](Examples/JoinHiderBot/)
Will delete Join and Leave messages automatically in groups.
---
I will add more notes to it soon, so stay tuned.