Fix Audio URLS

This commit is contained in:
thororen1234 2024-07-13 00:17:05 -04:00
parent 07759183a9
commit ba7d7ae4e1
2 changed files with 6 additions and 6 deletions

View file

@ -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: {