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, }