Update status to match UI
This commit is contained in:
@@ -44,7 +44,7 @@ public class BotRegistryEntry
|
||||
{
|
||||
}
|
||||
|
||||
public BotRegistryEntry(Guid identifier, int userId, BotStatus status = BotStatus.None)
|
||||
public BotRegistryEntry(Guid identifier, int userId, BotStatus status = BotStatus.Saved)
|
||||
{
|
||||
Identifier = identifier;
|
||||
UserId = userId;
|
||||
|
||||
Reference in New Issue
Block a user