feat(bot): add pk;dashboard command

This commit is contained in:
Petal Ladenson 2024-10-04 10:39:52 -06:00 committed by GitHub
parent 7fb1681cac
commit 24eda3a862
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 5 additions and 0 deletions

View file

@ -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>");
}