From 3089ac76017528eb146c834e83fa2e15a9629b80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niccolas=20Garc=C3=ADa=20Ni=C3=B1o?= Date: Mon, 23 Sep 2024 12:27:38 -0500 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..fe32083 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, + "as": AStrend, }