Improved stubbiness of GenerateBot

This commit is contained in:
Chomp
2025-01-13 18:23:43 +00:00
parent 1a5d4878b7
commit b53fb999ab
+1 -1
View File
@@ -112,7 +112,7 @@ public class BotGenerator
{
_logger.Error("NOT IMPLEMENTED BotGenerator.GenerateBot");
return new BotBase();
return bot;
}
/// <summary>