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
{{ message }}
This repository has been archived by the owner on Oct 10, 2024. It is now read-only.
This would expand outside of the current definition of what the bot is for (inclusive language) however, if we want to consider other ways to make the server inclusive outside of text we could consider adding a check if attachments uploaded have alt text and warn if they do not.
@CBID2 Hey, thanks! I am not a maintainer for this bot so let's ask @eddiejaoude first if this feature would make sense for the bot as it's a little beyond the scope of the simplicity of the text filtering and would definitely increase overall bot responses. If so, yes feel free to work on this adn I am happy to help as needed
Description
This would expand outside of the current definition of what the bot is for (inclusive language) however, if we want to consider other ways to make the server inclusive outside of text we could consider adding a check if attachments uploaded have alt text and warn if they do not.
For discord, I beleive what you would need to look for is "description" under attachment https://discord.com/developers/docs/resources/channel#attachment-object
Here is also an example of a bot written in python that deletes images without alt text: https://github.com/quackersian/alt-text-detective
Code for detecting starts at line 361 in this file https://github.com/quackersian/alt-text-detective/blob/master/alt-text-detective.py
Screenshots
No response
Additional information
No response
The text was updated successfully, but these errors were encountered: