feat(bot): update deprecated command warning for pk;serverconfig

This commit is contained in:
alyssa 2024-11-12 05:20:39 +09:00
parent 17f094354d
commit a0b528d4af
2 changed files with 1 additions and 15 deletions

View file

@ -115,8 +115,7 @@ public class Context
if (deprecated && commandDef != null)
{
await Reply($"{Emojis.Warn} This command has been removed. please use `pk;{commandDef.Key}` instead.");
return;
await Reply($"{Emojis.Warn} Server configuration has moved to `pk;serverconfig`. The command you are trying to run is now `pk;{commandDef.Key}`.");
}
try