From 1034ce23a11abc869b844b351816512445dac229 Mon Sep 17 00:00:00 2001 From: 1-6 Date: Sat, 5 Aug 2023 15:59:19 +0800 Subject: [PATCH] x --- core/adapter.go | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/core/adapter.go b/core/adapter.go index 1d8e4ec..6d15c59 100644 --- a/core/adapter.go +++ b/core/adapter.go @@ -259,6 +259,10 @@ func (f *Factory) Fail() int { return f.errorTimes } +func (f *Factory) GetBotID() string { + return f.botid +} + func (f *Factory) GetBotId() string { return f.botid }