diff options
author | Dea <dea-banana@riseup.net> | 2023-10-02 23:53:14 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-03 01:53:14 +0200 |
commit | 9891791fa76d25db5f312622b1a7d34a6c2734b8 (patch) | |
tree | cd0856042cb345f0f424a3677c8c7685ca42d4e0 /src/utils | |
parent | 8dd5eeead2f4f48ec7dfa3dd812475e97b322146 (diff) | |
download | Vencord-9891791fa76d25db5f312622b1a7d34a6c2734b8.tar.gz Vencord-9891791fa76d25db5f312622b1a7d34a6c2734b8.tar.bz2 Vencord-9891791fa76d25db5f312622b1a7d34a6c2734b8.zip |
feat(plugin): onePingPerDM (#1757)
Co-authored-by: V <vendicated@riseup.net>
Diffstat (limited to 'src/utils')
-rw-r--r-- | src/utils/constants.ts | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/utils/constants.ts b/src/utils/constants.ts index 7264c40..e80298d 100644 --- a/src/utils/constants.ts +++ b/src/utils/constants.ts @@ -374,7 +374,11 @@ export const Devs = /* #__PURE__*/ Object.freeze({ archeruwu: { name: "archer_uwu", id: 160068695383736320n - } + }, + ProffDea: { + name: "ProffDea", + id: 609329952180928513n + }, } satisfies Record<string, Dev>); // iife so #__PURE__ works correctly |