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