mirror-nourybot/pkg/commands/personal/xset.go

10 lines
159 B
Go
Raw Normal View History

package personal
2021-11-06 21:03:03 +01:00
import "github.com/lyx0/nourybot/cmd/bot"
func Xset(target string, nb *bot.Bot) {
reply := "xset r rate 175 50"
nb.Send(target, reply)
}