Update frames.go

adding my sam
This commit is contained in:
CrisbonMiranda23 2023-10-15 13:36:41 +01:00 committed by GitHub
parent 0e53a4799f
commit 3675b44ae7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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