From 5c1519156b5cd7e513fd1bfbc71ed263858c5885 Mon Sep 17 00:00:00 2001 From: Lewis Crichton Date: Thu, 16 Feb 2023 00:46:14 +0000 Subject: feat(plugin): ColorSighted (#501) --- src/utils/constants.ts | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/utils') 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 } }); -- cgit