using BotSharp.Abstraction.Agents; using BotSharp.Plugin.PizzaBot.Hooks; namespace BotSharp.Plugin.PizzaBot; public class PizzaBotPlugin : IBotSharpPlugin { public void RegisterDI(IServiceCollection services, IConfiguration config) { // Register callback function services.AddScoped(); services.AddScoped(); services.AddScoped(); services.AddScoped(); services.AddScoped(); // Register hooks services.AddScoped(); } }