This commit is contained in:
Tyrrrz
2025-04-02 00:34:52 +03:00
parent 7add81a472
commit 6fb197cf0b
6 changed files with 32 additions and 39 deletions

View File

@@ -265,7 +265,7 @@ public abstract class ExportCommandBase : DiscordCommandBase
using (console.WithForegroundColor(ConsoleColor.Yellow))
{
await console.Error.WriteLineAsync(
$"Warnings reported for the following channel(s):"
"Warnings reported for the following channel(s):"
);
}
@@ -286,7 +286,7 @@ public abstract class ExportCommandBase : DiscordCommandBase
using (console.WithForegroundColor(ConsoleColor.Red))
{
await console.Error.WriteLineAsync($"Failed to export the following channel(s):");
await console.Error.WriteLineAsync("Failed to export the following channel(s):");
}
foreach (var (channel, message) in errorsByChannel)