rename bot/chat to bot/msg
This commit is contained in:
7
bot/msg/events.go
Normal file
7
bot/msg/events.go
Normal file
@ -0,0 +1,7 @@
|
||||
package msg
|
||||
|
||||
import "github.com/Tnze/go-mc/chat"
|
||||
|
||||
type EventsHandler struct {
|
||||
PlayerChatMessage func(msg chat.Message) error
|
||||
}
|
Reference in New Issue
Block a user