mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-20 03:47:01 -04:00
Fix Audio URLS
This commit is contained in:
parent
07759183a9
commit
ba7d7ae4e1
2 changed files with 6 additions and 6 deletions
|
@ -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: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue