mirror-nourybot/pkg/commands/echo.go

8 lines
147 B
Go
Raw Normal View History

2021-10-19 23:27:55 +02:00
package commands
import "github.com/lyx0/nourybot/cmd/bot"
func Echo(channel string, message string, nb *bot.Bot) {
nb.Send(channel, message)
}