Fix bot management for delete and stop
This commit is contained in:
@@ -25,6 +25,5 @@ public interface IBotService
|
||||
Task<string> StopBot(string botName);
|
||||
Task<bool> DeleteBot(string botName);
|
||||
Task<string> RestartBot(string botName);
|
||||
void DeleteBotBackup(string backupBotName);
|
||||
void ToggleIsForWatchingOnly(string botName);
|
||||
}
|
||||
Reference in New Issue
Block a user