diff --git a/AetherBags/Commands/CommandHandler.cs b/AetherBags/Commands/CommandHandler.cs index 275f84d..bcd0366 100644 --- a/AetherBags/Commands/CommandHandler.cs +++ b/AetherBags/Commands/CommandHandler.cs @@ -151,7 +151,7 @@ public class CommandHandler : IDisposable private static void PrintChat(string message) { - Services.ChatGui.Print($"[AetherBags] {message}"); + Services.ChatGui.Print(message, "AetherBags"); } public void Dispose()