Add backup management

This commit is contained in:
2024-06-20 22:38:26 +07:00
parent 897ff94a66
commit c25752c670
18 changed files with 413 additions and 5 deletions

View File

@@ -0,0 +1,4 @@
public interface IBotService
{
void SaveBotBackup(BotBackup botBackup);
}