Adding the start to couchpotato and some middleware

This commit is contained in:
2020-05-24 22:29:08 -05:00
parent 69de0397a3
commit 5d4f13827c
7 changed files with 106 additions and 53 deletions

View File

@ -0,0 +1 @@
package couchpotato

View File

@ -0,0 +1,11 @@
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) {
}