This commit is contained in:
1-6
2023-08-05 15:56:10 +08:00
parent a6e272b673
commit 45ade5bdc2
6 changed files with 2708 additions and 1 deletions
+8
View File
@@ -259,6 +259,14 @@ func (f *Factory) Fail() int {
return f.errorTimes
}
func (f *Factory) GetBotID() string {
return f.botid
}
func (f *Factory) GetPlatform() string {
return f.botplt
}
func (f *Factory) Success() {
f.errorTimes = 0
}