From 54530cb16d758439ce93fda2886394ef00de8bbe Mon Sep 17 00:00:00 2001 From: defnotken Date: Sat, 20 Dec 2025 15:23:36 -0600 Subject: [PATCH] fixing a typo for help message --- LightlessSync/Services/CommandManagerService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LightlessSync/Services/CommandManagerService.cs b/LightlessSync/Services/CommandManagerService.cs index d42a865..0014b3a 100644 --- a/LightlessSync/Services/CommandManagerService.cs +++ b/LightlessSync/Services/CommandManagerService.cs @@ -49,7 +49,7 @@ public sealed class CommandManagerService : IDisposable "\t /light analyze - Opens the Lightless Character Data Analysis window" + Environment.NewLine + "\t /light settings - Opens the Lightless Settings window" + Environment.NewLine + "\t /light finder - Opens the Lightfinder window" + Environment.NewLine + - "\t /light finder - Opens the Lightless Chat window" + "\t /light chat - Opens the Lightless Chat window" }); }