mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-12 00:30:11 +00:00
Tweak documentation
This commit is contained in:
parent
8e5fb6520b
commit
68b439257d
2 changed files with 16 additions and 10 deletions
|
|
@ -174,6 +174,7 @@ namespace PluralKit.Bot
|
|||
|
||||
private async Task AutoproxyAccount(Context ctx)
|
||||
{
|
||||
// todo: this might be useful elsewhere, consider moving it to ctx.MatchToggle
|
||||
if (ctx.Match("enable", "on"))
|
||||
await AutoproxyEnableDisable(ctx, true);
|
||||
else if (ctx.Match("disable", "off"))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue