Update frames.go

This commit is contained in:
duynam3004 2024-05-01 21:11:54 +07:00 committed by GitHub
parent 0e53a4799f
commit 04b4b4d100
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,
"surprise": Surprise,
}