Adding localization selection step to BotBaseBuilder

- Adding localization step
- Updating test project
This commit is contained in:
FlorianDahn
2021-12-25 16:10:32 +01:00
parent 4bd43de0fe
commit 2c58f86524
4 changed files with 73 additions and 13 deletions
+1 -2
View File
@@ -34,11 +34,10 @@ namespace TelegramBotBaseTest
a.Add(new BotCommand() { Command = "params", Description = "Returns all send parameters as a message." });
})
.NoSerialization()
.UseEnglish()
.Build();
bb.BotCommand += async (s, en) =>
{
switch (en.Command)