mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-19 03:17:02 -04:00
Equibored
This commit is contained in:
parent
970df08aa2
commit
41666766cc
5 changed files with 9 additions and 9 deletions
|
@ -74,7 +74,7 @@ async function loadBadges(url: string, noCache = false) {
|
|||
|
||||
async function loadAllBadges(noCache = false) {
|
||||
const vencordBadges = await loadBadges("https://badges.vencord.dev/badges.json", noCache);
|
||||
const equicordBadges = await loadBadges("https://raw.githubusercontent.com/Equicord/Ignore/main/badges.json", noCache);
|
||||
const equicordBadges = await loadBadges("https://raw.githubusercontent.com/Equicord/Equibored/main/badges.json", noCache);
|
||||
const suncordBadges = await loadBadges("https://raw.githubusercontent.com/verticalsync/Suncord/main/src/assets/badges.json", noCache);
|
||||
|
||||
DonorBadges = vencordBadges;
|
||||
|
|
|
@ -53,9 +53,9 @@ interface IVoiceChannelEffectSendEvent {
|
|||
|
||||
const MOYAI = "🗿";
|
||||
const MOYAI_URL =
|
||||
"https://github.com/Equicord/Ignore/raw/main/sounds/moyai/moyai.mp3";
|
||||
"https://github.com/Equicord/Equibored/raw/main/sounds/moyai/moyai.mp3";
|
||||
const MOYAI_URL_HD =
|
||||
"https://github.com/Equicord/Ignore/raw/main/sounds/moyai/moyai.wav";
|
||||
"https://github.com/Equicord/Equibored/raw/main/sounds/moyai/moyai.wav";
|
||||
|
||||
const settings = definePluginSettings({
|
||||
volume: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue