From 4bae0836c5abdcda552c4a116e66bb296d198b92 Mon Sep 17 00:00:00 2001 From: Enfinity/Crisbon <76163188+CrisbonMiranda23@users.noreply.github.com> Date: Sun, 15 Oct 2023 14:32:57 +0100 Subject: [PATCH] Update frames.go adding sam to frames/frames Please help --- frames/frames.go | 1 + 1 file changed, 1 insertion(+) diff --git a/frames/frames.go b/frames/frames.go index 4d5a23a..9b3968c 100644 --- a/frames/frames.go +++ b/frames/frames.go @@ -55,5 +55,6 @@ var FrameMap = map[string]FrameType{ "playstation": PlayStation, "rick": Rick, "spidyswing": Spidy, + "sam": SamByCrisbon, "torus-knot": TorusKnot, }