diff options
author | Hugo C <lumap@duck.com> | 2023-09-08 03:57:44 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-08 03:57:44 +0200 |
commit | 4c9996d620322e4a4f09538e829f2fe52e5f18a2 (patch) | |
tree | 237cdc2ad8df816cf447a3ac61a65213f0ba63e9 /src/utils/constants.ts | |
parent | 885c75fdaad811017dd8645c0ed3a7234371897d (diff) | |
download | Vencord-4c9996d620322e4a4f09538e829f2fe52e5f18a2.tar.gz Vencord-4c9996d620322e4a4f09538e829f2fe52e5f18a2.tar.bz2 Vencord-4c9996d620322e4a4f09538e829f2fe52e5f18a2.zip |
feat(plugin): PictureInPicture (#1697)
Co-authored-by: V <vendicated@riseup.net>
Diffstat (limited to 'src/utils/constants.ts')
-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 245c8bb..400fcaa 100644 --- a/src/utils/constants.ts +++ b/src/utils/constants.ts @@ -355,6 +355,10 @@ export const Devs = /* #__PURE__*/ Object.freeze({ name: "bb010g", id: 72791153467990016n, }, + Lumap: { + name: "lumap", + id: 635383782576357407n + }, Dolfies: { name: "Dolfies", id: 852892297661906993n, @@ -362,7 +366,7 @@ export const Devs = /* #__PURE__*/ Object.freeze({ RuukuLada: { name: "RuukuLada", id: 119705748346241027n, - }, + } } satisfies Record<string, Dev>); // iife so #__PURE__ works correctly |