mirror of
https://github.com/agessaman/meshcore-bot.git
synced 2026-05-24 08:15:18 +00:00
Update invalid prefix format message to clarify usage example
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user