Update frames.go

This commit is contained in:
CorvOxido 2025-02-01 19:01:24 +01:00 committed by GitHub
parent ef7b03a221
commit 6fdffa0e94
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, "earth": Earth,
"kitty": Kitty, "kitty": Kitty,
"india": India, "india": India,
"skull": Skull,
} }