feat(bot): add dashboard link and 'pk;commands' to help command
This commit is contained in:
parent
5c055871e3
commit
bebad3fd77
@ -78,9 +78,10 @@ public class Help
|
|||||||
(
|
(
|
||||||
"More information",
|
"More information",
|
||||||
String.Join("\n", new[] {
|
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).",
|
"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
|
new
|
||||||
|
Loading…
Reference in New Issue
Block a user