sukeesh / Jarvis

Personal Assistant for Linux and macOS
MIT License
3.02k stars 1.04k forks source link

Fix bored plugin #1186

Closed lucas-watkins closed 4 months ago

lucas-watkins commented 4 months ago

Hello, this is my first pull request so I'm sorry if I missed something.

It appears that in issue #1185 (bored error) there was an error caused by the old API url as currently that API is down. I replaced the url with a very similar one located here (https://bored.api.lewagon.com/) and added the new "link" parameter that it provided. In addition, I added a try except statement to catch any future errors that might occur.

pnhofmann commented 4 months ago

Thanks!