From fa7fdb3717709c6d07ebf4c675235890efc98492 Mon Sep 17 00:00:00 2001 From: StudioDeurbel Date: Wed, 30 Oct 2024 15:18:59 +0100 Subject: [PATCH] Update frames.go --- frames/frames.go | 1 + 1 file changed, 1 insertion(+) diff --git a/frames/frames.go b/frames/frames.go index 4d5a23a..25b7537 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, + "nikcircle": Still circle image, }