discord-link-opener icon indicating copy to clipboard operation
discord-link-opener copied to clipboard

Add ability to play a bell sound on as soon as a link is opened

Open sabifa opened this issue 3 years ago • 1 comments

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?

sabifa avatar Apr 06 '21 09:04 sabifa

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)

SexyUhu avatar Apr 10 '21 20:04 SexyUhu