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 }