diff options
author | Lewis Crichton <github@lewisakura.moe> | 2023-02-16 00:46:14 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-16 01:46:14 +0100 |
commit | 5c1519156b5cd7e513fd1bfbc71ed263858c5885 (patch) | |
tree | 666c34e99c8a11a36f6703e22fdd96d457269931 /src/utils/constants.ts | |
parent | 58270ef925b3f1f00d9f41ef8c1da2b8812df8b1 (diff) | |
download | Vencord-5c1519156b5cd7e513fd1bfbc71ed263858c5885.tar.gz Vencord-5c1519156b5cd7e513fd1bfbc71ed263858c5885.tar.bz2 Vencord-5c1519156b5cd7e513fd1bfbc71ed263858c5885.zip |
feat(plugin): ColorSighted (#501)
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 de63de8..4f24d03 100644 --- a/src/utils/constants.ts +++ b/src/utils/constants.ts @@ -196,5 +196,9 @@ export const Devs = /* #__PURE__*/ Object.freeze({ whqwert: { name: "whqwert", id: 586239091520176128n + }, + lewisakura: { + name: "lewisakura", + id: 96269247411400704n } }); |