-
Notifications
You must be signed in to change notification settings - Fork 2
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
attempt at clearing user's message embedding fails #2
Comments
looking forward to any potential updates to this great little app btw :) |
Don't worry work is happening :) I have been working on the video compression, testing for a nice way to handle the larger files. Slow progress but this issue will be fixed too, probably low priority!! Stick around ✌️ |
This may be a permissions issue. Try a bot with full administrator rights. |
from what i can tell the issue lies in discords api. i may be wrong but after looking through their documentation i cant find any way for a bot to remove a users embed. |
Hmm, thanks for checking that out. I wouldn't want to delete the post, people like to see who posted it, and other's do like to click through to the original reddit thread. Reposting the user's name and the link within the bot message would also be sloppy. I may just leave this as it is then. Maybe at some point in the future they allow this functionality |
For reference, here is the the attempt
|
dvembed/handlers.go
Lines 33 to 37 in 8651edf
When a user posts a link, the link is embedded with either a reddit icon, or a preview image of the v.redd.it media.
I attempted to replace the user's message embed with a blank embed but it fails.
The text was updated successfully, but these errors were encountered: