We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71c404d commit aeb8016Copy full SHA for aeb8016
bot/ui.py
@@ -79,7 +79,7 @@ class TextParagraphModal(Modal, title="Proxy Text Message"):
79
style=TextStyle.paragraph, # Use paragraph style for multi-line input
80
placeholder="Enter the text you want the bot to send...\nLeave blank if only sending the attachment.",
81
required=False, # Make it optional if they only attached a file
82
- max_length=1900, # Discord message limit is 2000, leave some buffer
+ max_length=2000, # Discord message limit is 2000
83
)
84
85
def __init__(self, attachment: Attachment | None = None):
0 commit comments