From 91002c8271dc9ba3bfbeb210a64f27045b482dab Mon Sep 17 00:00:00 2001 From: FlorianDahn Date: Wed, 5 Oct 2022 16:29:12 +0200 Subject: [PATCH] Fix of example descriptions --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3795bf4..e83b588 100644 --- a/README.md +++ b/README.md @@ -1014,17 +1014,19 @@ A session serializer for Microsoft SQL Server. You can find all example projects in the "Examples" subfolder. +Will allow you to run specific system commands or run/kill processes via Bot. Also has a simple authentication mechanism +with one password. + - [Examples/SystemCommandsBot](Examples/SystemCommandsBot) Example using minimal dotnet console template with EntityFramework and Dependency Injection. - [Examples/EFCoreBot](Examples/EFCoreBot) -Will allow you to run specific system commands or run/kill processes via Bot. Also has a simple authentication mechanism -with one password. +Will delete Join and Leave messages automatically in groups. - [Examples/JoinHiderBot](Examples/JoinHiderBot) -Will delete Join and Leave messages automatically in groups. +When you want to update forms async without any user interaction (message/action) before. Use the new InvokeMessageLoop method of BotBase. - [Examples/AsyncFormUpdates](Examples/AsyncFormUpdates)