package commands import ( "fmt" "github.com/lyx0/nourybot/cmd/bot" ) func Ffz(target string, emote string, nb *bot.Bot) { reply := fmt.Sprintf("https://www.frankerfacez.com/emoticons/?q=%s", emote) nb.Send(target, reply) }