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