From 350e7b0a6a2f19728a1839dc7db85717af3399d8 Mon Sep 17 00:00:00 2001 From: Nuckyz <61953774+Nuckyz@users.noreply.github.com> Date: Thu, 20 Oct 2022 02:48:46 -0300 Subject: feat(moyai): Add option to toggle triggering moyai when the window is not focused (#123) --- 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 63bc01e..a01786a 100644 --- a/src/utils/constants.ts +++ b/src/utils/constants.ts @@ -54,5 +54,9 @@ export const Devs = Object.freeze({ katlyn: { name: "katlyn", id: 250322741406859265n + }, + Nuckyz: { + name: "Nuckyz", + id: 235834946571337729n } }); -- cgit