Fix builder in sample

This commit is contained in:
Florian Zevedei 2024-06-25 13:43:33 +02:00
parent 99b888a7a2
commit 312690c002

View File

@ -16,6 +16,7 @@ namespace BotAndWebApplication.BotStuff.Tasks
.DefaultCommands()
.NoSerialization()
.UseEnglish()
.UseThreadPool()
.Build();
}