Skip to content

Commit aeb8016

Browse files
AmbratolmAmbratolm
authored andcommitted
Added rpg game guide (fixx)
1 parent 71c404d commit aeb8016

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bot/ui.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ class TextParagraphModal(Modal, title="Proxy Text Message"):
7979
style=TextStyle.paragraph, # Use paragraph style for multi-line input
8080
placeholder="Enter the text you want the bot to send...\nLeave blank if only sending the attachment.",
8181
required=False, # Make it optional if they only attached a file
82-
max_length=1900, # Discord message limit is 2000, leave some buffer
82+
max_length=2000, # Discord message limit is 2000
8383
)
8484

8585
def __init__(self, attachment: Attachment | None = None):

0 commit comments

Comments
 (0)