discord-link-opener
discord-link-opener copied to clipboard
Add ability to play a bell sound on as soon as a link is opened
As I leave the link opener in the background and have fullscreen applications running at the same time it can happen that I don't notice an opened link immediately, so I thought it would be a nice addition to have a bell sound notification 😅
The sound file is from here: https://mixkit.co/free-sound-effects/bell/ (Happy bell alert)
What is your thought on this? Should this be an opt-in feature which is deactivated by default?
Hi,
its easy to implement that yourself.
You just need at the beginning: from playsound import playsound
At async def check_urls(urls):
in the if function: playsound('name', False)