mirror-nourybot/pkg/commands/personal/justinfan.go
2021-11-11 20:28:32 +01:00

10 lines
224 B
Go

package personal
import "github.com/lyx0/nourybot/cmd/bot"
// Justinfan responds with the Jusinfan user chatterino has used before.
func Justinfan(target string, nb *bot.Bot) {
reply := "64537"
nb.Send(target, reply)
}