Added myself to devs

This commit is contained in:
Inbestigator 2024-02-28 22:34:36 -08:00
parent 79b20307bc
commit 622a13cca3
2 changed files with 6 additions and 6 deletions

View file

@ -6,6 +6,7 @@ import { sleep } from "@utils/misc";
import { findByPropsLazy } from "@webpack"; import { findByPropsLazy } from "@webpack";
import { addPreSendListener, removePreSendListener, SendListener } from "@api/MessageEvents"; import { addPreSendListener, removePreSendListener, SendListener } from "@api/MessageEvents";
import { useEffect, useState } from "@webpack/common"; import { useEffect, useState } from "@webpack/common";
import { Devs } from "@utils/constants";
import { import {
RestAPI, RestAPI,
SnowflakeUtils, SnowflakeUtils,
@ -167,12 +168,7 @@ const ChatBarIcon: ChatBarButton = ({ isMainChat }) => {
export default definePlugin({ export default definePlugin({
name: "Encryptcord", name: "Encryptcord",
description: "End-to-end encryption in Discord!", description: "End-to-end encryption in Discord!",
authors: [ authors: [Devs.Inbestigator],
{
id: 761777382041714690n,
name: "Inbestigator",
},
],
dependencies: ["CommandsAPI"], dependencies: ["CommandsAPI"],
patches: [ patches: [
{ {

View file

@ -50,6 +50,10 @@ export const Devs = /* #__PURE__*/ Object.freeze({
name: "Vendicated", name: "Vendicated",
id: 343383572805058560n id: 343383572805058560n
}, },
Inbestigator: {
name: "Inbestigator",
id: 761777382041714690n
},
Arjix: { Arjix: {
name: "ArjixWasTaken", name: "ArjixWasTaken",
id: 674710789138939916n id: 674710789138939916n