diff options
author | Adrian Castro <adrifcastr@gmail.com> | 2023-08-25 14:24:58 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-25 14:24:58 +0200 |
commit | eca4af829f5e900fc6308a9f81f16b6c0e2cc5d5 (patch) | |
tree | f66fdea652d7a82729abc9be83828f30ce25e903 /src/utils/constants.ts | |
parent | 60458cdf1fdd4c4a1728177e2b98f9932467d3ad (diff) | |
download | Vencord-eca4af829f5e900fc6308a9f81f16b6c0e2cc5d5.tar.gz Vencord-eca4af829f5e900fc6308a9f81f16b6c0e2cc5d5.tar.bz2 Vencord-eca4af829f5e900fc6308a9f81f16b6c0e2cc5d5.zip |
feat: add copyUserURLs plugin (#1683)
Co-authored-by: V <vendicated@riseup.net>
Diffstat (limited to 'src/utils/constants.ts')
-rw-r--r-- | src/utils/constants.ts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/utils/constants.ts b/src/utils/constants.ts index 9e2b2fe..9c90e4b 100644 --- a/src/utils/constants.ts +++ b/src/utils/constants.ts @@ -343,6 +343,10 @@ export const Devs = /* #__PURE__*/ Object.freeze({ name: "Rini", id: 1079479184478441643n }, + castdrian: { + name: "castdrian", + id: 224617799434108928n + }, Arrow: { name: "arrow", id: 958158495302176778n |