diff options
author | Dominik <dominik.buettner1711@gmail.com> | 2023-06-15 03:18:34 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-15 03:18:34 +0200 |
commit | 543fdf49431e0a88f5aae6ab54120ac8e43fd8e9 (patch) | |
tree | 01547dee7baf334342f9cf1ac581975f325424fb /src/utils/constants.ts | |
parent | 12253837236b0e7b0ed2a90ef58ff691b7bb9154 (diff) | |
download | Vencord-543fdf49431e0a88f5aae6ab54120ac8e43fd8e9.tar.gz Vencord-543fdf49431e0a88f5aae6ab54120ac8e43fd8e9.tar.bz2 Vencord-543fdf49431e0a88f5aae6ab54120ac8e43fd8e9.zip |
New Plugin: UnsuppressEmbeds (#1262)
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 24eafff..bcd8023 100644 --- a/src/utils/constants.ts +++ b/src/utils/constants.ts @@ -326,6 +326,10 @@ export const Devs = /* #__PURE__*/ Object.freeze({ rad: { name: "rad", id: 113027285765885952n + }, + HypedDomi: { + name: "HypedDomi", + id: 354191516979429376n } } satisfies Record<string, Dev>); |