diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 12862d38..699392e5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -87,5 +87,5 @@ jobs: git push --force https://$USERNAME:$API_TOKEN@github.com/$GH_REPO.git env: API_TOKEN: ${{ secrets.ETOKEN }} - GH_REPO: Equicord/Ignore + GH_REPO: Equicord/Equibored USERNAME: thororen1234 diff --git a/src/equicordplugins/keyboardSounds/index.ts b/src/equicordplugins/keyboardSounds/index.ts index d3082e7d..70338bf9 100644 --- a/src/equicordplugins/keyboardSounds/index.ts +++ b/src/equicordplugins/keyboardSounds/index.ts @@ -49,10 +49,10 @@ export default definePlugin({ description: "Adds the Opera GX Keyboard Sounds to Discord", authors: [Devs.HypedDomi], start: () => { - click1 = new Audio("https://github.com/Equicord/Ignore/raw/main/sounds/keyboard/click1.wav"); - click2 = new Audio("https://github.com/Equicord/Ignore/raw/main/sounds/keyboard/click2.wav"); - click3 = new Audio("https://github.com/Equicord/Ignore/raw/main/sounds/keyboard/click3.wav"); - backspace = new Audio("https://github.com/Equicord/Ignore/raw/main/sounds/keyboard/backspace.wav"); + click1 = new Audio("https://github.com/Equicord/Equibored/raw/main/sounds/keyboard/click1.wav"); + click2 = new Audio("https://github.com/Equicord/Equibored/raw/main/sounds/keyboard/click2.wav"); + click3 = new Audio("https://github.com/Equicord/Equibored/raw/main/sounds/keyboard/click3.wav"); + backspace = new Audio("https://github.com/Equicord/Equibored/raw/main/sounds/keyboard/backspace.wav"); sounds = { click1, click2, diff --git a/src/equicordplugins/quoter/index.tsx b/src/equicordplugins/quoter/index.tsx index 6948a22d..c1171c4d 100644 --- a/src/equicordplugins/quoter/index.tsx +++ b/src/equicordplugins/quoter/index.tsx @@ -195,7 +195,7 @@ function registerStyleChange(style) { } async function setIsUserCustomCapable() { - const allowList: string[] = await fetch("https://raw.githubusercontent.com/Equicord/Ignore/main/quoterusers.json").then(e => e.json()); + const allowList: string[] = await fetch("https://raw.githubusercontent.com/Equicord/Equibored/main/quoterusers.json").then(e => e.json()); isUserCustomCapable = allowList.includes(UserStore.getCurrentUser().id); } diff --git a/src/plugins/_api/badges/index.tsx b/src/plugins/_api/badges/index.tsx index 16d831c2..ff91cc52 100644 --- a/src/plugins/_api/badges/index.tsx +++ b/src/plugins/_api/badges/index.tsx @@ -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; diff --git a/src/plugins/moyai/index.ts b/src/plugins/moyai/index.ts index 11a2f7ce..9d095c47 100644 --- a/src/plugins/moyai/index.ts +++ b/src/plugins/moyai/index.ts @@ -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: {