mirror-nourybot/pkg/commands/justinfan.go
2021-11-06 21:18:38 +01:00

9 lines
151 B
Go

package commands
import "github.com/lyx0/nourybot/cmd/bot"
func Justinfan(target string, nb *bot.Bot) {
reply := "64537"
nb.Send(target, reply)
}