Skip to content
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

Unable to use discord webhook default image for notifications #93

Open
EnArvy opened this issue Feb 14, 2023 · 5 comments
Open

Unable to use discord webhook default image for notifications #93

EnArvy opened this issue Feb 14, 2023 · 5 comments
Labels

Comments

@EnArvy
Copy link

EnArvy commented Feb 14, 2023

Question

Discord webhooks have a default image. However, nzb-notify overrides it, and I could not figure out any way to stop it from doing that.
Please help!
Thanks for the amazing library.

@PapaSmurf-ML64
Copy link

As far as I can tell, the only way to do this would be to modify the files under Notify/apprise-theme/ for the different statuses, but the only way I was able to get it to work was to also host those files on a webserver and change the URL for asset.image_url_mask in Notify.py to the correct path for the hosted files.

@caronc
Copy link
Owner

caronc commented Sep 12, 2023

I think ?image=no turns this off

Edit: for clarity, add this to your discord:// URL

@CraigSiemens
Copy link

I've tried adding ?image=no to the url but it still seemed to be sent. Maybe that's a newer feature of Apprise that this script doesn't support?

@caronc
Copy link
Owner

caronc commented Jan 15, 2024

Perhaps you need to set ?avatar=no ?

@caronc
Copy link
Owner

caronc commented Jan 28, 2024

any update?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants