Use new array syntax

This commit is contained in:
Tyrrrz
2024-01-11 22:21:53 +02:00
parent 777f92a3f1
commit 182f24846b
7 changed files with 20 additions and 23 deletions

View File

@@ -24,7 +24,7 @@ public class SelfContainedSpecs
await new ExportChannelsCommand
{
Token = Secrets.DiscordToken,
ChannelIds = new[] { ChannelIds.SelfContainedTestCases },
ChannelIds = [ChannelIds.SelfContainedTestCases],
ExportFormat = ExportFormat.HtmlDark,
OutputPath = filePath,
ShouldDownloadAssets = true