mirror-nourybot/pkg/commands/xd.go

9 lines
151 B
Go
Raw Normal View History

2021-10-19 23:53:41 +02:00
package commands
import "github.com/lyx0/nourybot/cmd/bot"
2021-10-31 14:57:21 +01:00
// Xd responds with a xd
2021-10-19 23:53:41 +02:00
func Xd(channel string, nb *bot.Bot) {
nb.Send(channel, "xd")
}