mirror of
https://onedev.fprog.nl/DiscordClient
synced 2026-03-05 17:24:09 +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)]
|
[Option('c', "channel", Required = true)]
|
||||||
public string? ChannelId { get; set; }
|
public string? ChannelId { get; set; }
|
||||||
|
|
||||||
|
[Option('a', "author", Required = true)]
|
||||||
|
public string? Author { get; set; }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue