This commit is contained in:
1-6
2023-08-05 15:59:19 +08:00
parent 83da4618b8
commit 1034ce23a1
+4
View File
@@ -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
}