Update frames.go

This commit is contained in:
Niccolas García Niño 2024-09-23 12:27:38 -05:00 committed by GitHub
parent c14e642391
commit 3089ac7601
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -56,4 +56,5 @@ var FrameMap = map[string]FrameType{
"rick": Rick,
"spidyswing": Spidy,
"torus-knot": TorusKnot,
"as": AStrend,
}