From de0990434e2859141c71b9ab42931297480fb6e2 Mon Sep 17 00:00:00 2001 From: whqwert <94757998+whqwert@users.noreply.github.com> Date: Wed, 1 Feb 2023 06:38:02 -0600 Subject: feat(plugin): RevealAllSpoilers (#381) Co-authored-by: Ven --- 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 1eba713..de63de8 100644 --- a/src/utils/constants.ts +++ b/src/utils/constants.ts @@ -192,5 +192,9 @@ export const Devs = /* #__PURE__*/ Object.freeze({ captain: { name: "Captain", id: 347366054806159360n + }, + whqwert: { + name: "whqwert", + id: 586239091520176128n } }); -- cgit