mirror of
https://github.com/Vendicated/Vencord.git
synced 2025-01-10 18:06:22 +00:00
pinned files
This commit is contained in:
parent
0650777a7f
commit
2a231e69b8
1 changed files with 2 additions and 2 deletions
|
@ -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>();
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue