1
0
Fork 1
mirror of https://github.com/Vendicated/Vencord.git synced 2025-01-10 18:06:22 +00:00

pinned files

This commit is contained in:
redbaron2k7 2024-08-13 18:18:11 -06:00
parent 0650777a7f
commit 2a231e69b8

View file

@ -8,8 +8,8 @@ import definePlugin from "@utils/types";
import { SelectedChannelStore } from "@webpack/common"; import { SelectedChannelStore } from "@webpack/common";
import { Devs } from "@utils/constants"; import { Devs } from "@utils/constants";
const startSound = "https://raw.githubusercontent.com/redbaron2k7/videoStartNotifier//main/start.mp3"; const startSound = "https://raw.githubusercontent.com/redbaron2k7/videoStartNotifier/117738bff76699a89531a067e321b6406bffbc88/start.mp3";
const stopSound = "https://raw.githubusercontent.com/redbaron2k7/videoStartNotifier/main/stop.mp3"; const stopSound = "https://raw.githubusercontent.com/redbaron2k7/videoStartNotifier/117738bff76699a89531a067e321b6406bffbc88/stop.mp3";
const videoStates = new Map<string, boolean>(); const videoStates = new Map<string, boolean>();