From 2a231e69b8c835445226a2d08e93690b7b05fc19 Mon Sep 17 00:00:00 2001 From: redbaron2k7 <76609332+redbaron2k7@users.noreply.github.com> Date: Tue, 13 Aug 2024 18:18:11 -0600 Subject: [PATCH] pinned files --- src/plugins/webcamStartNotifier/index.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/plugins/webcamStartNotifier/index.ts b/src/plugins/webcamStartNotifier/index.ts index 7d0db3785..2c3dfae59 100644 --- a/src/plugins/webcamStartNotifier/index.ts +++ b/src/plugins/webcamStartNotifier/index.ts @@ -8,8 +8,8 @@ import definePlugin from "@utils/types"; import { SelectedChannelStore } from "@webpack/common"; import { Devs } from "@utils/constants"; -const startSound = "https://raw.githubusercontent.com/redbaron2k7/videoStartNotifier//main/start.mp3"; -const stopSound = "https://raw.githubusercontent.com/redbaron2k7/videoStartNotifier/main/stop.mp3"; +const startSound = "https://raw.githubusercontent.com/redbaron2k7/videoStartNotifier/117738bff76699a89531a067e321b6406bffbc88/start.mp3"; +const stopSound = "https://raw.githubusercontent.com/redbaron2k7/videoStartNotifier/117738bff76699a89531a067e321b6406bffbc88/stop.mp3"; const videoStates = new Map();