更改public private关键字为group friend
This commit is contained in:
@@ -14,7 +14,7 @@ public class DebugLogger : AbstractLogger
|
||||
|
||||
protected override void Log(string data, string eventName, MsgType msgType, uint uin, string message)
|
||||
{
|
||||
if (msgType == MsgType.Public)
|
||||
if (msgType == MsgType.Group)
|
||||
{
|
||||
var chain = MessageBuilder.Group(uin).Text($"[{data}] [{eventName}] [Debug] {message}");
|
||||
BotService.Instance.Client!.SendMessage(chain.Build());
|
||||
|
||||
Reference in New Issue
Block a user