mirror of
https://onedev.fprog.nl/DiscordClient
synced 2025-12-29 10:18:36 +01:00
Channel option is not required.
This commit is contained in:
parent
42108e5ac4
commit
1c80b540e6
|
|
@ -12,7 +12,7 @@ namespace DiscordDelete
|
|||
[Option('g', "guild")]
|
||||
public string? GuildId { get; set; }
|
||||
|
||||
[Option('c', "channel", Required = true)]
|
||||
[Option('c', "channel")]
|
||||
public string? ChannelId { get; set; }
|
||||
|
||||
[Option('a', "author", Required = true)]
|
||||
|
|
|
|||
Loading…
Reference in a new issue