Equicord Protocol

This commit is contained in:
thororen1234 2024-07-25 01:13:32 -04:00
parent 7518709310
commit 485452f65a
7 changed files with 32 additions and 7 deletions

View file

@ -12,7 +12,7 @@ import { openNewPluginsModal } from "./NewPluginsModal";
export default definePlugin({
name: "NewPluginsManager",
description: "Utility that notifies you when new plugins are added to Vencord",
description: "Utility that notifies you when new plugins are added to Equicord",
authors: [Devs.Sqaaakoi],
flux: {
async POST_CONNECTION_OPEN() {

View file

@ -15,7 +15,7 @@ const rootTitle = { base: null as string | null };
export const settings = definePluginSettings({
title: {
type: OptionType.STRING,
default: "Vencord",
default: "Equicord",
description: "Window title prefix",
onChange: setTitle,
},

View file

@ -241,7 +241,7 @@ async function createActivity(): Promise<Activity | undefined> {
let { type } = settings.store;
let appName = "Vencord";
let appName = "Equicord";
let details = "";
let state = "";
let imageBig = "";