From a0de21051770f52a2cea23b2f2f93c7e705e92ce Mon Sep 17 00:00:00 2001 From: Ethan Mircheff <163207625+Ethan-Mircheff@users.noreply.github.com> Date: Wed, 26 Feb 2025 15:06:41 -0800 Subject: [PATCH] Linked frames for tesseract.go --- frames/frames.go | 1 + 1 file changed, 1 insertion(+) diff --git a/frames/frames.go b/frames/frames.go index f4c29f5..c38de11 100644 --- a/frames/frames.go +++ b/frames/frames.go @@ -55,6 +55,7 @@ var FrameMap = map[string]FrameType{ "playstation": PlayStation, "rick": Rick, "spidyswing": Spidy, + "tesseract": Tesseract "torus-knot": TorusKnot, "purdue": Purdue, "as": AStrend,