-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
On-reaction deletion of bot messages #89
Comments
We should definitely have this. However, I'd like it to be the default for the bot embeds, instead of being manually applied on every command. There should aslo be a setting to disable the reaction for that specific embed. I wouldn't mind using decorators or any other implementation that you could figure out. |
(this is my first issue so i might be a little slow) Are you saying that only embeds have a deletion feature? |
Nope. I think this should apply to all bot outputs, but we almost exclusively use embeds. |
Cool. When you were talking about decorators are you saying that in the bots code say we had |
Yep, that would be the idea. However, I'm not sure what the best way forward would be. |
Yes, I think we exclusively use embeds for bot outputs. However, any output sent in a normal message form will anyway be short and will not take much screen space, and hence not warrant the need for it to be deleted in most cases. |
I think #83 will handle the deletable embed issue. However, there has been no correspondence by the author on the issue lately 😠 . |
Sorry for not responding, I had to eat lunch. |
I might not have time to implement this as classes are getting weird since a bunch of kids have gotten quarantined. (And I don't know what i'm doing, so I'd have to spend extra time googling.) Sorry for any inconvenience! |
Feature: Say when someone sends !gh source, the bot will send the github link like normal. But it will react to the message (The message the bot sent) with a (example) trash can. When the original sender of the message reacts to the message with the trash can, it will delete the github link.
The text was updated successfully, but these errors were encountered: