mirror-nourybot/pkg/commands/xset.go
2021-11-06 21:03:03 +01:00

9 lines
159 B
Go

package commands
import "github.com/lyx0/nourybot/cmd/bot"
func Xset(target string, nb *bot.Bot) {
reply := "xset r rate 175 50"
nb.Send(target, reply)
}