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 type MsgDirection string
const ( const (
MsgIncoming string = `incoming` Incoming string = `incoming`
MsgOutgoing string = `outgoing` Outgoing string = `outgoing`
) )
type ChatWarsMessage struct { type ChatWarsMessage struct {