mirror of
https://onedev.fprog.nl/DiscordClient
synced 2025-12-29 06:38:37 +01:00
Added author property to ScanOptions.
This commit is contained in:
parent
f75eef0968
commit
0df6ae6932
|
|
@ -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; }
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue