Fix Jumpscare Links

This commit is contained in:
thororen1234 2025-03-21 20:45:11 -04:00
parent 7b0352dd15
commit 0afd3b2eb5
No known key found for this signature in database

View file

@ -18,12 +18,12 @@ const settings = definePluginSettings({
imageSource: { imageSource: {
type: OptionType.STRING, type: OptionType.STRING,
description: "Sets the image url of the jumpscare", description: "Sets the image url of the jumpscare",
default: "https://github.com/Equicord/Equibored/blob/main/misc/troll.gif?raw=true" default: "https://github.com/Equicord/Equibored/blob/main/icons/jumpscare/troll.gif?raw=true"
}, },
audioSource: { audioSource: {
type: OptionType.STRING, type: OptionType.STRING,
description: "Sets the audio url of the jumpscare", description: "Sets the audio url of the jumpscare",
default: "https://github.com/Equicord/Equibored/raw/main/misc/trollolol.mp3?raw=true" default: "https://github.com/Equicord/Equibored/raw/main/sounds/jumpscare/trollolol.mp3?raw=true"
}, },
chance: { chance: {
type: OptionType.NUMBER, type: OptionType.NUMBER,