mirror-nourybot/pkg/commands/xd.go
2021-10-15 18:42:13 +02:00

8 lines
141 B
Go

package commands
import "github.com/gempir/go-twitch-irc/v2"
func Xd(channel string, client *twitch.Client) {
client.Say(channel, "xd")
}