From ea30ca418f2bcc8f2a5676199bb3c34614574fea Mon Sep 17 00:00:00 2001 From: Jack <30497388+FieryFlames@users.noreply.github.com> Date: Sat, 15 Apr 2023 01:10:03 -0400 Subject: feat: Add AlwaysAnimate plugin (#908) Co-authored-by: V --- 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 e2105ae..26430ff 100644 --- a/src/utils/constants.ts +++ b/src/utils/constants.ts @@ -270,4 +270,8 @@ export const Devs = /* #__PURE__*/ Object.freeze({ name: "Strencher", id: 415849376598982656n }, + FieryFlames: { + name: "Fiery", + id: 890228870559698955n + } }); -- cgit