mirror of
https://github.com/Equicord/Equicord.git
synced 2025-01-19 05:43:35 -05:00
Updates And Fixes
This commit is contained in:
parent
8172468fba
commit
d84b833bc4
5 changed files with 138 additions and 92 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -37,6 +37,8 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
with:
|
||||||
|
submodules: "recursive"
|
||||||
|
|
||||||
- uses: pnpm/action-setup@v3 # Install pnpm using packageManager key in package.json
|
- uses: pnpm/action-setup@v3 # Install pnpm using packageManager key in package.json
|
||||||
|
|
||||||
|
|
1
.github/workflows/reportBrokenPlugins.yml
vendored
1
.github/workflows/reportBrokenPlugins.yml
vendored
|
@ -16,6 +16,7 @@ jobs:
|
||||||
if: ${{ github.event_name == 'schedule' }}
|
if: ${{ github.event_name == 'schedule' }}
|
||||||
with:
|
with:
|
||||||
ref: dev
|
ref: dev
|
||||||
|
submodules: "recursive"
|
||||||
|
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
if: ${{ github.event_name == 'workflow_dispatch' }}
|
if: ${{ github.event_name == 'workflow_dispatch' }}
|
||||||
|
|
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
|
@ -36,6 +36,8 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
with:
|
||||||
|
submodules: "recursive"
|
||||||
- uses: pnpm/action-setup@v3 # Install pnpm using packageManager key in package.json
|
- uses: pnpm/action-setup@v3 # Install pnpm using packageManager key in package.json
|
||||||
|
|
||||||
- name: Use Node.js 20
|
- name: Use Node.js 20
|
||||||
|
@ -63,6 +65,8 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
with:
|
||||||
|
submodules: "recursive"
|
||||||
- uses: pnpm/action-setup@v3 # Install pnpm using packageManager key in package.json
|
- uses: pnpm/action-setup@v3 # Install pnpm using packageManager key in package.json
|
||||||
|
|
||||||
- name: Use Node.js 20
|
- name: Use Node.js 20
|
||||||
|
|
39
.gitmodules
vendored
Normal file
39
.gitmodules
vendored
Normal file
|
@ -0,0 +1,39 @@
|
||||||
|
[submodule "src/equicordplugins/baseDecoder"]
|
||||||
|
path = src/equicordplugins/baseDecoder
|
||||||
|
url = https://github.com/ThePirateStoner/vencord-base64-decoder
|
||||||
|
[submodule "src/equicordplugins/betterActivities"]
|
||||||
|
path = src/equicordplugins/betterActivities
|
||||||
|
url = https://github.com/D3SOX/vc-betterActivities
|
||||||
|
[submodule "src/equicordplugins/blockKrisp"]
|
||||||
|
path = src/equicordplugins/blockKrisp
|
||||||
|
url = https://github.com/D3SOX/vc-blockKrisp.git
|
||||||
|
[submodule "src/equicordplugins/ignoreTerms"]
|
||||||
|
path = src/equicordplugins/ignoreTerms
|
||||||
|
url = https://github.com/D3SOX/vc-ignoreTerms.git
|
||||||
|
[submodule "src/equicordplugins/notifyUserChanges"]
|
||||||
|
path = src/equicordplugins/notifyUserChanges
|
||||||
|
url = https://github.com/D3SOX/vc-notifyUserChanges
|
||||||
|
[submodule "src/equicordplugins/voiceChatUtils"]
|
||||||
|
path = src/equicordplugins/voiceChatUtils
|
||||||
|
url = https://github.com/D3SOX/vc-voiceChatUtilities
|
||||||
|
[submodule "src/equicordplugins/customSounds"]
|
||||||
|
path = src/equicordplugins/customSounds
|
||||||
|
url = https://github.com/ScattrdBlade/customSounds
|
||||||
|
[submodule "src/equicordplugins/newPluginsManager"]
|
||||||
|
path = src/equicordplugins/newPluginsManager
|
||||||
|
url = https://github.com/Sqaaakoi/vc-newPluginsManager.git
|
||||||
|
[submodule "src/equicordplugins/replaceActivityTypes"]
|
||||||
|
path = src/equicordplugins/replaceActivityTypes
|
||||||
|
url = https://github.com/nyakowint/replaceActivityTypes.git
|
||||||
|
[submodule "src/equicordplugins/sekaiStickers"]
|
||||||
|
path = src/equicordplugins/sekaiStickers
|
||||||
|
url = https://codeberg.org/maikokain/sekaistickers-vencord.git
|
||||||
|
[submodule "src/equicordplugins/gensokyoRadioRPC"]
|
||||||
|
path = src/equicordplugins/gensokyoRadioRPC
|
||||||
|
url = https://github.com/ForkPrince/GensokyoRadioRPC.git
|
||||||
|
[submodule "src/equicordplugins/holyNotes"]
|
||||||
|
path = src/equicordplugins/holyNotes
|
||||||
|
url = https://github.com/WolfPlugs/HolyNotes-VC.git
|
||||||
|
[submodule "src/equicordplugins/themeLibrary"]
|
||||||
|
path = src/equicordplugins/themeLibrary
|
||||||
|
url = https://github.com/Faf4a/ThemeLibrary
|
|
@ -33,7 +33,7 @@ An enhanced version of [Vencord](https://github.com/Vendicated/Vencord) by [Vend
|
||||||
- BetterQuickReact by Ven and Sqaaakoi
|
- BetterQuickReact by Ven and Sqaaakoi
|
||||||
- BetterUserArea by Samwich
|
- BetterUserArea by Samwich
|
||||||
- BlockKeywords by catcraft
|
- BlockKeywords by catcraft
|
||||||
- BlockKrsip by D3SOX
|
- BlockKrisp by D3SOX
|
||||||
- BypassDND by Inbestigator
|
- BypassDND by Inbestigator
|
||||||
- CleanChannelName by AutumnVN
|
- CleanChannelName by AutumnVN
|
||||||
- ClientSideBlock by Samwich
|
- ClientSideBlock by Samwich
|
||||||
|
|
Loading…
Reference in a new issue