You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Improve guild member cache fetch logic and fix escaping in message image url search regex
Merge the pydis changes to the bot (modmail-dev#3365)
* Escape hyphen in regex string
Unescaped this was permitting any character between $ (index 36) and _ (index 95), which aren't all valid in urls.
* Get or fetch member when trying to reply
This fixes an issue where the member may not be in the cache
---------
Signed-off-by: Taku <45324516+Taaku18@users.noreply.github.com>
Co-authored-by: Taku <45324516+Taaku18@users.noreply.github.com>
Co-authored-by: Chris Lovering <chris.lovering.95@gmail.com>
(cherry picked from commit 1a3bda8)
0 commit comments