mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-15 10:10:12 +00:00
feat(bot): add dashboard link and 'pk;commands' to help command
This commit is contained in:
parent
5c055871e3
commit
bebad3fd77
1 changed files with 3 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue