mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-12 18:28:27 -04:00
add: Added .keep command which will add the current guild to the list of keptguilds. This is needed for the future database purge.
This commit is contained in:
@@ -3,4 +3,5 @@
|
||||
public interface ICleanupService
|
||||
{
|
||||
Task<KeepResult?> DeleteMissingGuildDataAsync();
|
||||
Task<bool> KeepGuild(ulong guildId);
|
||||
}
|
Reference in New Issue
Block a user