[FEAT] - Add button to clear reminder #2

Closed
opened 2025-09-30 09:50:46 -07:00 by naomi · 0 comments
Owner

Attestations

  • I have read and agree to the Code of Conduct
  • I have read and agree to the Community Guidelines.
  • I have confirmed that the issue I am opening is unique, and has not already been reported (whether closed or not).
  • I have reviewed the Security Policy and have determined that this is not a security vulnerability.

Describe your Idea:

When the bot reminds me to use alt text, there should be a button I can click to acknowledge the reminder.

This button should NOT work for anyone except the user that triggered the reminder (we can track state in the button ID with something like ack-${message.author.id}).

When the button is clicked, the reminder message should be deleted.

What problem does this feature solve?

This resolves some of the spammy nature of the bot.

Are you willing and able to contribute this feature?

Yes

### Attestations - [x] I have read and agree to the [Code of Conduct](https://docs.nhcarrigan.com/community/coc/) - [x] I have read and agree to the [Community Guidelines](https://docs.nhcarrigan.com/community/guide/). - [x] I have confirmed that the issue I am opening is unique, and has not already been reported (whether closed or not). - [x] I have reviewed the [Security Policy](https://docs.nhcarrigan.com/legal/security/) and have determined that this is not a security vulnerability. ### Describe your Idea: When the bot reminds me to use alt text, there should be a button I can click to acknowledge the reminder. This button should NOT work for anyone except the user that triggered the reminder (we can track state in the button ID with something like `ack-${message.author.id}`). When the button is clicked, the reminder message should be deleted. ### What problem does this feature solve? This resolves some of the spammy nature of the bot. ### Are you willing and able to contribute this feature? Yes
naomi closed this issue 2025-11-02 09:23:43 -08:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: nhcarrigan/altaria#2