mirror of
https://github.com/Equicord/Equicord.git
synced 2025-04-01 05:01:58 -04:00
Fix Jumpscare Links
This commit is contained in:
parent
7b0352dd15
commit
0afd3b2eb5
1 changed files with 2 additions and 2 deletions
|
@ -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,
|
||||||
|
|
Loading…
Add table
Reference in a new issue