mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-15 01:23:03 -04:00
Equibored
This commit is contained in:
parent
970df08aa2
commit
41666766cc
5 changed files with 9 additions and 9 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -87,5 +87,5 @@ jobs:
|
||||||
git push --force https://$USERNAME:$API_TOKEN@github.com/$GH_REPO.git
|
git push --force https://$USERNAME:$API_TOKEN@github.com/$GH_REPO.git
|
||||||
env:
|
env:
|
||||||
API_TOKEN: ${{ secrets.ETOKEN }}
|
API_TOKEN: ${{ secrets.ETOKEN }}
|
||||||
GH_REPO: Equicord/Ignore
|
GH_REPO: Equicord/Equibored
|
||||||
USERNAME: thororen1234
|
USERNAME: thororen1234
|
||||||
|
|
|
@ -49,10 +49,10 @@ export default definePlugin({
|
||||||
description: "Adds the Opera GX Keyboard Sounds to Discord",
|
description: "Adds the Opera GX Keyboard Sounds to Discord",
|
||||||
authors: [Devs.HypedDomi],
|
authors: [Devs.HypedDomi],
|
||||||
start: () => {
|
start: () => {
|
||||||
click1 = new Audio("https://github.com/Equicord/Ignore/raw/main/sounds/keyboard/click1.wav");
|
click1 = new Audio("https://github.com/Equicord/Equibored/raw/main/sounds/keyboard/click1.wav");
|
||||||
click2 = new Audio("https://github.com/Equicord/Ignore/raw/main/sounds/keyboard/click2.wav");
|
click2 = new Audio("https://github.com/Equicord/Equibored/raw/main/sounds/keyboard/click2.wav");
|
||||||
click3 = new Audio("https://github.com/Equicord/Ignore/raw/main/sounds/keyboard/click3.wav");
|
click3 = new Audio("https://github.com/Equicord/Equibored/raw/main/sounds/keyboard/click3.wav");
|
||||||
backspace = new Audio("https://github.com/Equicord/Ignore/raw/main/sounds/keyboard/backspace.wav");
|
backspace = new Audio("https://github.com/Equicord/Equibored/raw/main/sounds/keyboard/backspace.wav");
|
||||||
sounds = {
|
sounds = {
|
||||||
click1,
|
click1,
|
||||||
click2,
|
click2,
|
||||||
|
|
|
@ -195,7 +195,7 @@ function registerStyleChange(style) {
|
||||||
}
|
}
|
||||||
|
|
||||||
async function setIsUserCustomCapable() {
|
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);
|
isUserCustomCapable = allowList.includes(UserStore.getCurrentUser().id);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -74,7 +74,7 @@ async function loadBadges(url: string, noCache = false) {
|
||||||
|
|
||||||
async function loadAllBadges(noCache = false) {
|
async function loadAllBadges(noCache = false) {
|
||||||
const vencordBadges = await loadBadges("https://badges.vencord.dev/badges.json", noCache);
|
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);
|
const suncordBadges = await loadBadges("https://raw.githubusercontent.com/verticalsync/Suncord/main/src/assets/badges.json", noCache);
|
||||||
|
|
||||||
DonorBadges = vencordBadges;
|
DonorBadges = vencordBadges;
|
||||||
|
|
|
@ -53,9 +53,9 @@ interface IVoiceChannelEffectSendEvent {
|
||||||
|
|
||||||
const MOYAI = "🗿";
|
const MOYAI = "🗿";
|
||||||
const MOYAI_URL =
|
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 =
|
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({
|
const settings = definePluginSettings({
|
||||||
volume: {
|
volume: {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue