diff options
author | Nuckyz <61953774+Nuckyz@users.noreply.github.com> | 2022-10-20 02:48:46 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-20 07:48:46 +0200 |
commit | 350e7b0a6a2f19728a1839dc7db85717af3399d8 (patch) | |
tree | f0dc41c98d8b7dd6361f96b695d4480e65f7eb56 /src/utils | |
parent | 7eba5b99b0d1012c33fbca1a32dc2c5a3a800eb1 (diff) | |
download | Vencord-350e7b0a6a2f19728a1839dc7db85717af3399d8.tar.gz Vencord-350e7b0a6a2f19728a1839dc7db85717af3399d8.tar.bz2 Vencord-350e7b0a6a2f19728a1839dc7db85717af3399d8.zip |
feat(moyai): Add option to toggle triggering moyai when the window is not focused (#123)
Diffstat (limited to 'src/utils')
-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 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 } }); |