From ba7d7ae4e1dd2053c1982f570b13b7356f10feca Mon Sep 17 00:00:00 2001 From: thororen1234 <78185467+thororen1234@users.noreply.github.com> Date: Sat, 13 Jul 2024 00:17:05 -0400 Subject: [PATCH] Fix Audio URLS --- src/equicordplugins/keyboardSounds/index.ts | 8 ++++---- src/plugins/moyai/index.ts | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/equicordplugins/keyboardSounds/index.ts b/src/equicordplugins/keyboardSounds/index.ts index 9c5bba22..854423a4 100644 --- a/src/equicordplugins/keyboardSounds/index.ts +++ b/src/equicordplugins/keyboardSounds/index.ts @@ -47,10 +47,10 @@ export default definePlugin({ description: "Adds the Opera GX Keyboard Sounds to Discord", authors: [Devs.HypedDomi], start: () => { - click1 = new Audio("https://github.com/HypedDomi/Vencord-Plugins/raw/main/Keyboard-Sounds/sounds/click1.wav"); - click2 = new Audio("https://github.com/HypedDomi/Vencord-Plugins/raw/main/Keyboard-Sounds/sounds/click2.wav"); - click3 = new Audio("https://github.com/HypedDomi/Vencord-Plugins/raw/main/Keyboard-Sounds/sounds/click3.wav"); - backspace = new Audio("https://github.com/HypedDomi/Vencord-Plugins/raw/main/Keyboard-Sounds/sounds/backspace.wav"); + click1 = new Audio("https://github.com/Equicord/Ignore/raw/main/sounds/keyboard/click1.wav"); + click2 = new Audio("https://github.com/Equicord/Ignore/raw/main/sounds/keyboard/click2.wav"); + click3 = new Audio("https://github.com/Equicord/Ignore/raw/main/sounds/keyboard/click3.wav"); + backspace = new Audio("https://github.com/Equicord/Ignore/raw/main/sounds/keyboard/backspace.wav"); sounds = { click1, click2, diff --git a/src/plugins/moyai/index.ts b/src/plugins/moyai/index.ts index fdd9a3eb..11a2f7ce 100644 --- a/src/plugins/moyai/index.ts +++ b/src/plugins/moyai/index.ts @@ -53,9 +53,9 @@ interface IVoiceChannelEffectSendEvent { const MOYAI = "🗿"; const MOYAI_URL = - "https://github.com/Equicord/Ignore/raw/main/moyai.mp3"; + "https://github.com/Equicord/Ignore/raw/main/sounds/moyai/moyai.mp3"; const MOYAI_URL_HD = - "https://github.com/Equicord/Ignore/raw/main/moyai_hd.wav"; + "https://github.com/Equicord/Ignore/raw/main/sounds/moyai/moyai.wav"; const settings = definePluginSettings({ volume: {