We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c820bf commit c1241d5Copy full SHA for c1241d5
core/thread.py
@@ -995,7 +995,7 @@ async def send(
995
attachments.append(attachment)
996
997
image_urls = re.findall(
998
- r"http[s]?:\/\/(?:[a-zA-Z]|[0-9]|[$-_@.&+]|[!*(),]|(?:%[0-9a-fA-F][0-9a-fA-F]))+",
+ r"http[s]?:\/\/(?:[a-zA-Z]|[0-9]|[$\-_@.&+]|[!*(),]|(?:%[0-9a-fA-F][0-9a-fA-F]))+",
999
message.content,
1000
)
1001
0 commit comments