rename bot/chat to bot/msg

This commit is contained in:
Tnze
2022-11-27 16:10:06 +08:00
parent fad92fe364
commit f19d39c6d0
4 changed files with 11 additions and 11 deletions

7
bot/msg/events.go Normal file
View File

@ -0,0 +1,7 @@
package msg
import "github.com/Tnze/go-mc/chat"
type EventsHandler struct {
PlayerChatMessage func(msg chat.Message) error
}