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

View file

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