Update frames.go

This commit is contained in:
mdingr 2025-02-08 22:02:36 +05:00 committed by GitHub
parent be3ca49966
commit 1da8fa5e27
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -63,4 +63,5 @@ var FrameMap = map[string]FrameType{
"earth": Earth,
"kitty": Kitty,
"india": India,
"loveinswim": Swim,
}