diff --git a/src/plugins/Encryptcord/index.tsx b/src/plugins/Encryptcord/index.tsx index 0ec99cc85..9a0b8bd40 100644 --- a/src/plugins/Encryptcord/index.tsx +++ b/src/plugins/Encryptcord/index.tsx @@ -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: [ { diff --git a/src/utils/constants.ts b/src/utils/constants.ts index d66bdc826..8d40ed1d0 100644 --- a/src/utils/constants.ts +++ b/src/utils/constants.ts @@ -50,6 +50,10 @@ export const Devs = /* #__PURE__*/ Object.freeze({ name: "Vendicated", id: 343383572805058560n }, + Inbestigator: { + name: "Inbestigator", + id: 761777382041714690n + }, Arjix: { name: "ArjixWasTaken", id: 674710789138939916n