Update frames.go

update for hello.go
This commit is contained in:
jpdm13 2025-02-23 02:03:50 +01:00 committed by GitHub
parent 94839ce72c
commit b1ea82102e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -63,4 +63,7 @@ var FrameMap = map[string]FrameType{
"earth": Earth,
"kitty": Kitty,
"india": India,
"Gagner": Hello,
"Perdu": Hello,
"Hello": Hello,
}