mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-12 08:40:11 +00:00
feat(bot): better error message in pk;cfg member|group limits
This commit is contained in:
parent
d1dd4477d1
commit
857b4d5c26
2 changed files with 8 additions and 0 deletions
|
|
@ -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");
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue