From 3675b44ae7aec71f66084968eec0fee1e1611e79 Mon Sep 17 00:00:00 2001 From: CrisbonMiranda23 <76163188+CrisbonMiranda23@users.noreply.github.com> Date: Sun, 15 Oct 2023 13:36:41 +0100 Subject: [PATCH] Update frames.go adding my sam --- frames/frames.go | 1 + 1 file changed, 1 insertion(+) diff --git a/frames/frames.go b/frames/frames.go index 4d5a23a..4c7589d 100644 --- a/frames/frames.go +++ b/frames/frames.go @@ -56,4 +56,5 @@ var FrameMap = map[string]FrameType{ "rick": Rick, "spidyswing": Spidy, "torus-knot": TorusKnot, + "sam": SamByCrisbon, }