mirror-nourybot/pkg/commands/xd.go
2021-10-31 15:03:31 +01:00

9 lines
151 B
Go

package commands
import "github.com/lyx0/nourybot/cmd/bot"
// Xd responds with a xd
func Xd(channel string, nb *bot.Bot) {
nb.Send(channel, "xd")
}