From ae3a5ba7254b2c70040aa2b1fbb5d8f699b6cb94 Mon Sep 17 00:00:00 2001 From: shoopea Date: Thu, 16 Jan 2020 15:48:41 +0800 Subject: [PATCH] update --- def.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/def.go b/def.go index 003e549..b314c24 100644 --- a/def.go +++ b/def.go @@ -75,9 +75,9 @@ type MQClient struct { type ChirpClient struct { HeartBeat time.Time `json:"heart_beat"` Login string `json:"nickname"` - Active bool + Active bool `json:"active"` TGUserID64 int64 `json:"tg_user_id"` - MQ MQClient `json:"mq_client"` + MQ MQClient CWUserID64 int64 `json:"user_id"` CWGuildID64 int64 `json:"guild_id"` CWRole string `json:"role"`