feat(bot): better error message in pk;cfg member|group limits

This commit is contained in:
Petal Ladenson 2024-10-04 05:00:07 -06:00 committed by GitHub
parent d1dd4477d1
commit 857b4d5c26
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 8 additions and 0 deletions

View file

@ -536,4 +536,10 @@ public class Config
}
else throw new PKError(badInputError);
}
public Task LimitUpdate(Context ctx)
{
throw new PKError("You cannot update your own member or group limits. If you need a limit update, please join the " +
"support server and ask in #bot-support: https://discord.gg/PczBt78");
}
}