From 83da4618b8291ac82e478e7b24ffc1d61e2ad578 Mon Sep 17 00:00:00 2001 From: 1-6 Date: Sat, 5 Aug 2023 15:59:08 +0800 Subject: [PATCH] x --- core/adapter.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/adapter.go b/core/adapter.go index 5f47dc3..1d8e4ec 100644 --- a/core/adapter.go +++ b/core/adapter.go @@ -259,7 +259,7 @@ func (f *Factory) Fail() int { return f.errorTimes } -func (f *Factory) GetBotID() string { +func (f *Factory) GetBotId() string { return f.botid }