mirror-nourybot/pkg/commands/justinfan.go

10 lines
151 B
Go
Raw Normal View History

2021-11-06 21:18:38 +01:00
package commands
import "github.com/lyx0/nourybot/cmd/bot"
func Justinfan(target string, nb *bot.Bot) {
reply := "64537"
nb.Send(target, reply)
}