package tools_bot import ( "github.com/google/wire" ) var ProviderSetBotTools = wire.NewSet( NewBotTool, )