mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
feat(bot): add pk;dashboard command
This commit is contained in:
parent
7fb1681cac
commit
24eda3a862
3 changed files with 5 additions and 0 deletions
|
|
@ -172,4 +172,6 @@ public class Help
|
|||
});
|
||||
|
||||
public Task Explain(Context ctx) => ctx.Reply(explanation);
|
||||
|
||||
public Task Dashboard(Context ctx) => ctx.Reply("The PluralKit dashboard is at <https://dash.pluralkit.me>");
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue