From 9dac617dbc8be020eb9488f448179e87728718bb Mon Sep 17 00:00:00 2001 From: Kanari Nagao Hirano <69328217+Rotoyu@users.noreply.github.com> Date: Sun, 5 Jan 2025 05:44:18 +0000 Subject: [PATCH] Resolved Frames.go conflict by adding the newly added elements to the dictionary --- frames/frames.go | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/frames/frames.go b/frames/frames.go index c70ccfb..7981b5e 100644 --- a/frames/frames.go +++ b/frames/frames.go @@ -56,5 +56,10 @@ var FrameMap = map[string]FrameType{ "rick": Rick, "spidyswing": Spidy, "torus-knot": TorusKnot, - "purdue": Purdue, + "purdue": Purdue, + "as": AStrend, + "bomb": Bomb, + "maxwell": Maxwell, + "earth": Earth, + "kitty": Kitty, }