Update frames.go

Added India to FrameMap
This commit is contained in:
Kartikey Singh 2023-10-24 14:46:02 +05:30 committed by GitHub
parent 5a7c7cec26
commit a290b8a666
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,
"india": India,
}