Added author property to ScanOptions.

This commit is contained in:
Filip Strajnar 2024-06-16 00:28:49 +02:00
parent f75eef0968
commit 0df6ae6932

View file

@ -14,5 +14,8 @@ namespace DiscordDelete
[Option('c', "channel", Required = true)]
public string? ChannelId { get; set; }
[Option('a', "author", Required = true)]
public string? Author { get; set; }
}
}