mirror-nourybot/pkg/commands/xd.go

8 lines
141 B
Go
Raw Normal View History

2021-10-15 18:41:02 +02:00
package commands
2021-10-15 18:42:13 +02:00
import "github.com/gempir/go-twitch-irc/v2"
func Xd(channel string, client *twitch.Client) {
client.Say(channel, "xd")
}