Adding localization selection step to BotBaseBuilder
- Adding localization step - Updating test project
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user