mirror-nourybot/pkg/commands/personal/justinfan.go

11 lines
224 B
Go
Raw Normal View History

package personal
2021-11-06 21:18:38 +01:00
import "github.com/lyx0/nourybot/cmd/bot"
2021-11-11 20:28:32 +01:00
// Justinfan responds with the Jusinfan user chatterino has used before.
2021-11-06 21:18:38 +01:00
func Justinfan(target string, nb *bot.Bot) {
reply := "64537"
nb.Send(target, reply)
}