UWCS / apollo

A Discord bot for the University of Warwick Computing Society
MIT License
12 stars 18 forks source link

Delete link replies if no embed generated #255

Open ericthelemur opened 3 months ago

ericthelemur commented 3 months ago

Currently apollo blindly replies to e.g. instagram links, but sometimes they are search or account links with no embed, so it's a wasted message.

Either

raven0034 commented 3 months ago

I imagine a fair bit of this can be dealt with using regex then use the second point as a fallback.

Also e.g. in the case of Twitter links, the Twitter embed, even when it is sometimes working, is worse than the fxtwitter alternative e.g. when there is a video attached to the tweet. ie worth considering on a platform by platform basis.