generated from nhcarrigan/template
[FEAT] - Add button to clear reminder #2
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Attestations
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