From 49d1af370bc024e1422d245f72e6c4e68361848f Mon Sep 17 00:00:00 2001 From: Mirco Wittrien Date: Sat, 17 Feb 2024 10:21:55 +0100 Subject: [PATCH] Update NotificationSounds.plugin.js --- Plugins/NotificationSounds/NotificationSounds.plugin.js | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/Plugins/NotificationSounds/NotificationSounds.plugin.js b/Plugins/NotificationSounds/NotificationSounds.plugin.js index 7d7af459d6..199285b4c6 100644 --- a/Plugins/NotificationSounds/NotificationSounds.plugin.js +++ b/Plugins/NotificationSounds/NotificationSounds.plugin.js @@ -14,12 +14,7 @@ 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": { - "Current Channel": "No longer plays notification sounds for current channels, if the option is disabled" - } + }; return !window.BDFDB_Global || (!window.BDFDB_Global.loaded && !window.BDFDB_Global.started) ? class {