Update invalid prefix format message to clarify usage example

This commit is contained in:
agessaman
2025-09-07 15:49:21 -07:00
parent d3ce007eed
commit 7b6ddc97fc
+1 -1
View File
@@ -83,7 +83,7 @@ class PrefixCommand(BaseCommand):
# Validate prefix format
if len(command) != 2 or not command.isalnum():
response = "❌ Invalid prefix format. Use two characters (e.g., '1A', '82', 'BD')"
response = "❌ Invalid prefix format. Use two characters (e.g., prefix 1A)"
return await self.send_response(message, response)
# Get prefix data