From bebad3fd7716c1a550ae56c303c1af6a1cd75a10 Mon Sep 17 00:00:00 2001 From: spiral Date: Mon, 20 Jun 2022 19:22:50 -0400 Subject: [PATCH] feat(bot): add dashboard link and 'pk;commands' to help command --- PluralKit.Bot/Commands/Help.cs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/PluralKit.Bot/Commands/Help.cs b/PluralKit.Bot/Commands/Help.cs index 8dc9b561..ce73c522 100644 --- a/PluralKit.Bot/Commands/Help.cs +++ b/PluralKit.Bot/Commands/Help.cs @@ -78,9 +78,10 @@ public class Help ( "More information", String.Join("\n", new[] { - "For a full list of commands, see [the command list](https://pluralkit.me/commands).", + "For a full list of commands, see [the command list](https://pluralkit.me/commands), or type `pk;commands`.", "For a more in-depth explanation of message proxying, see [the documentation](https://pluralkit.me/guide#proxying).", - "If you're an existing user of Tupperbox, type `pk;import` and attach a Tupperbox export file (from `tul!export`) to import your data from there." + "If you're an existing user of Tupperbox, type `pk;import` and attach a Tupperbox export file (from `tul!export`) to import your data from there.", + "We also have a [web dashboard](https://dash.pluralkit.me) to edit your system info online." }) ), new