This commit is contained in:
shoopea 2019-05-03 16:05:58 +08:00
parent af81512209
commit e2ac17665b

View File

@ -40,8 +40,8 @@ type Config struct {
type MsgDirection string
const (
Incoming string = `incoming`
Outgoing string = `outgoing`
Incoming MsgDirection = `incoming`
Outgoing MsgDirection = `outgoing`
)
type ChatWarsMessage struct {