12 lines
250 B
Go
12 lines
250 B
Go
|
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) {
|
||
|
|
||
|
}
|