Fix bot things 2
This commit is contained in:
@@ -7,5 +7,5 @@ public interface IBotRepository
|
||||
Task InsertBotAsync(BotBackup bot);
|
||||
IEnumerable<BotBackup> GetBots();
|
||||
Task UpdateBackupBot(BotBackup bot);
|
||||
void DeleteBotBackup(string botName);
|
||||
Task DeleteBotBackup(string botName);
|
||||
}
|
||||
Reference in New Issue
Block a user