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 }