From 36aad5bfddba151d7a1564f7f8ada68dbc1ebb0d Mon Sep 17 00:00:00 2001 From: Mirco Wittrien Date: Wed, 15 Mar 2023 11:37:31 +0100 Subject: [PATCH] Update NotificationSounds.plugin.js --- Plugins/NotificationSounds/NotificationSounds.plugin.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Plugins/NotificationSounds/NotificationSounds.plugin.js b/Plugins/NotificationSounds/NotificationSounds.plugin.js index d2d9de9298..fc40650567 100644 --- a/Plugins/NotificationSounds/NotificationSounds.plugin.js +++ b/Plugins/NotificationSounds/NotificationSounds.plugin.js @@ -70,10 +70,10 @@ module.exports = (_ => { dm: {src: "./message3.mp3", name: "Message (Direct Message)", force: null, focus: true}, groupdm: {src: "./message3.mp3", name: "Message (Group Message)", force: null, focus: true}, mentioned: {src: "./message2.mp3", name: "Mention", force: false, focus: true}, - reply: {src: "./message2.mp3", name: "Message (reply)", force: false, focus: true}, - role: {src: "./mention1.mp3", name: "Message (role)", force: false, focus: true}, - everyone: {src: "./mention2.mp3", name: "Message (@everyone)", force: false, focus: true}, - here: {src: "./mention3.mp3", name: "Message (@here)", force: false, focus: true} + reply: {src: "./message2.mp3", name: "Mention (reply)", force: false, focus: true}, + role: {src: "./mention1.mp3", name: "Mention (role)", force: false, focus: true}, + everyone: {src: "./mention2.mp3", name: "Mention (@everyone)", force: false, focus: true}, + here: {src: "./mention3.mp3", name: "Mention (@here)", force: false, focus: true} }; const defaultAudios = {