Update NotificationSounds.plugin.js

This commit is contained in:
Mirco Wittrien 2024-01-25 10:51:23 +01:00
parent 5cb12da056
commit 6a431d672f
1 changed files with 3 additions and 0 deletions

View File

@ -16,6 +16,9 @@ module.exports = (_ => {
const changeLog = {
"added": {
"Current Channel": "Added Option to change the sound for the current channel notification, (note: Discord added an option in the THEIR notification settings to play a different sound when a message is sent in the current channel, you need to have this enabled in order to be able to change the sound in the plugin settings"
},
"fixed": {
"Threads": "No longer plays notification sounds for threads, that you did not join"
}
};