aboutsummaryrefslogtreecommitdiff
path: root/src/utils/constants.ts
diff options
context:
space:
mode:
authorLewis Crichton <github@lewisakura.moe>2023-02-16 00:46:14 +0000
committerGitHub <noreply@github.com>2023-02-16 01:46:14 +0100
commit5c1519156b5cd7e513fd1bfbc71ed263858c5885 (patch)
tree666c34e99c8a11a36f6703e22fdd96d457269931 /src/utils/constants.ts
parent58270ef925b3f1f00d9f41ef8c1da2b8812df8b1 (diff)
downloadVencord-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.ts4
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
}
});