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
Many screenshot tools, or simply copied images into the discord textbox, will have the exact same image filename as a result. We currently use filenames for spam detection which can lead to false positives, with users being unnecessarily quarantined.
The below code should be modified to use something like an image checksum for attachment comparison:
Many screenshot tools, or simply copied images into the discord textbox, will have the exact same image filename as a result. We currently use filenames for spam detection which can lead to false positives, with users being unnecessarily quarantined.
The below code should be modified to use something like an image checksum for attachment comparison:
ZorakBot/src/zorak/cogs/admin/admin_automod_spam_messages.py
Lines 44 to 57 in fd16e9d
The text was updated successfully, but these errors were encountered: