From 15202e37472e50796f083face06ad12ab2be0a53 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niccolas=20Garc=C3=ADa=20Ni=C3=B1o?= Date: Mon, 23 Sep 2024 12:28:07 -0500 Subject: [PATCH] Update frames.go --- frames/frames.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frames/frames.go b/frames/frames.go index fe32083..b00ba8c 100644 --- a/frames/frames.go +++ b/frames/frames.go @@ -56,5 +56,5 @@ var FrameMap = map[string]FrameType{ "rick": Rick, "spidyswing": Spidy, "torus-knot": TorusKnot, - "as": AStrend, + "as": AStrend, }