all repos — gopipe @ 28aff114e23cb584fea3a9c94c0836f4cb521eca

Embed YouTube videos on Telegram, Discord and more!

src/globals/globals.go (view raw)

 1package globals
 2
 3import (
 4	"github.com/birabittoh/myks"
 5	"github.com/kkdai/youtube/v2"
 6)
 7
 8var (
 9	Debug bool
10	Port  string
11
12	YT = youtube.Client{}
13	KS = myks.New[string](0)
14)