This commit is contained in:
2026-03-12 20:20:03 +00:00
parent bf27843e82
commit 44448acde6

View File

@@ -86,7 +86,7 @@ client.MessageService.MessageReceived += async (message) =>
{ {
Console.SetOut(new StreamWriter(Console.OpenStandardOutput()) { AutoFlush = true }); Console.SetOut(new StreamWriter(Console.OpenStandardOutput()) { AutoFlush = true });
Console.WriteLine("Reaction already exists, stopping."); Console.WriteLine("Reaction already exists, stopping.");
break; break;
} }
} }