package couchpotato import ( "github.com/mattburchett/go_telegram/pkg/core/config" "github.com/yanzay/tbot/v2" ) // Search performs the lookup actions within CouchPotato func Search(m *tbot.Message, config config.Config) ([]response, error) { }