mirror of
https://github.com/Vendicated/Vencord.git
synced 2025-02-25 07:48: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 { 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: [
|
||||||
{
|
{
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue