mirror of
https://github.com/Vendicated/Vencord.git
synced 2025-02-24 23:38:32 +00:00
Added myself to devs
This commit is contained in:
parent
79b20307bc
commit
622a13cca3
2 changed files with 6 additions and 6 deletions
|
@ -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: [
|
||||
{
|
||||
|
|
|
@ -50,6 +50,10 @@ export const Devs = /* #__PURE__*/ Object.freeze({
|
|||
name: "Vendicated",
|
||||
id: 343383572805058560n
|
||||
},
|
||||
Inbestigator: {
|
||||
name: "Inbestigator",
|
||||
id: 761777382041714690n
|
||||
},
|
||||
Arjix: {
|
||||
name: "ArjixWasTaken",
|
||||
id: 674710789138939916n
|
||||
|
|
Loading…
Add table
Reference in a new issue