ping protect: use pronoun roles in disabled-ping replies
chore: remove stray =5.0 file, clean up constants
emote credits:
- Add /emote_credits_resolve — scans credits where artist starts with
"@", fuzzes against guild members (username, global_name,
display_name), rewrites matches as <@id> mentions; reports resolved
vs not-found in chunked ephemeral output
ping protect:
- Add _get_subject_pronoun() — reads pronoun roles (he/him, she/her,
it/its) to return the correct subject pronoun
- Add _get_verb() — returns "has" or "have" to match
- Reply now reads e.g. "She has pings disabled" instead of always
"they have pings disabled"
chore:
- Delete =5.0 (stray file from unquoted pip install shell redirect)
- Remove unused ARG channel ID constants from utils/constants.py