mirror-nourybot/internal/commands/seventv.go
2023-10-10 19:46:56 +02:00

11 lines
157 B
Go

package commands
import "fmt"
func SevenTV(query string) string {
reply := fmt.Sprintf("https://7tv.app/emotes?page=1&query=%s", query)
return reply
}