Files
trbot/plugins/plugin_sticker_download.go
Hubert Chen 62cc4b320e refactor sticker download
config:
    remove `FFmpegPath` field
sticker:
    make sticker plugin as a package
    add [gifski](https://github.com/ImageOptim/gifski/) and [lottie-converter](https://github.com/ed-asriyan/lottie-converter) to convert `.tgs` to `.gif`
    refactor download, convert and compress logics
    add sticker config file
2025-09-09 16:41:56 +08:00

8 lines
99 B
Go

package plugins
import "trbot/plugins/sticker_download"
func init() {
sticker_download.Init()
}