mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-23 05:17:02 -04:00
Equicord Protocol
This commit is contained in:
parent
7518709310
commit
485452f65a
7 changed files with 32 additions and 7 deletions
|
@ -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() {
|
||||
|
|
|
@ -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,
|
||||
},
|
||||
|
|
|
@ -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 = "";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue