This commit is contained in:
shoopea 2019-05-03 16:04:26 +08:00
parent 8b1d195afe
commit af81512209

View File

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