Add /glamour help text.

This commit is contained in:
Ottermandias 2023-11-10 23:12:26 +01:00
parent 859c738080
commit 823a8606d3

View file

@ -86,6 +86,7 @@ public class CommandService : IDisposable
return;
default:
_chat.Print("Use without argument to toggle the main window.");
_chat.Print(new SeStringBuilder().AddText("Use ").AddPurple("/glamour").AddText(" instead of ").AddRed("/glamourer").AddText(" for application commands.").BuiltString);
_chat.Print(new SeStringBuilder().AddCommand("qdb", "Toggles the quick design bar on or off.").BuiltString);
_chat.Print(new SeStringBuilder().AddCommand("lock", "Toggles the lock of the main window on or off.").BuiltString);
return;