From dcc4785edc2f8002c715067eb9d7b521e63b8f36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beatrice=20Dellac=C3=A0?= Date: Sat, 6 Sep 2025 17:59:28 +0200 Subject: [PATCH] edit text --- .../wtf/beatrice/hidekobot/commands/base/UserPunishment.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/wtf/beatrice/hidekobot/commands/base/UserPunishment.java b/src/main/java/wtf/beatrice/hidekobot/commands/base/UserPunishment.java index 1cf2b20..ec6be63 100644 --- a/src/main/java/wtf/beatrice/hidekobot/commands/base/UserPunishment.java +++ b/src/main/java/wtf/beatrice/hidekobot/commands/base/UserPunishment.java @@ -185,7 +185,7 @@ public class UserPunishment // Ensure a duration argument is provided at index 1 (after mention/user) if (args == null || args.length <= 1) { - return new MessageResponse("Sorry, but the specified duration is invalid!", null); + return new MessageResponse("Please specify a punishment duration!", null); } String durationStr = args[1];